https://github.com/wovchena/rl
https://github.com/wovchena/rl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wovchena/rl
- Owner: Wovchena
- Created: 2020-02-06T08:07:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T07:23:09.000Z (7 months ago)
- Last Synced: 2024-10-30T07:28:05.903Z (7 months ago)
- Language: Python
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clone and install in compat editable mode to allow Python Language Server to find cloned package (https://github.com/microsoft/pylance-release/blob/640eaad3f57a31f6f77972145c8809e10cf0aba2/TROUBLESHOOTING.md#editable-install-modules-not-found): `git clone https://github.com/openai/gym.git && py -m pip install -e gym --config-settings editable_mode=compat`
It's hard to install Arcade-Learning-Environment in editable mode on Windows. Install packages from requirements.txt: `py -m pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu`
Download ROMs from https://roms8.s3.us-east-2.amazonaws.com/Roms.tar.gz The link is from https://github.com/Farama-Foundation/AutoROM/blob/1054ee53a1d5ddc2e41b4e13a314ea8316a37841/src/AutoROM.py#L133 Run `ale-import-roms ROM` on unpacked ROMs.
Fix running 40 subprocesses: https://stackoverflow.com/a/69489193