Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
3. Install dependencies:
```pip install -r requirements.txt```
It may be necessary in some cases to separately install the SDL libraries.
4. Run:
4. Install ffmpeg on Windows, Mac and Linux
Windows installer found <a href="https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z">here</a>
```brew install ffmpeg -y```
```sudo apt-get install ffmpeg -y```
5. Run:
```python run_pretrained_interactive.py```

By default the game with terminate after 32K steps, or ~1 hour. You can increase this by adjusting the `ep_length` variable, but it will also use more memory.
Expand Down