Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takuseno/rl-ready-docker
Dockerfile for RL-ready container
https://github.com/takuseno/rl-ready-docker
Last synced: about 1 month ago
JSON representation
Dockerfile for RL-ready container
- Host: GitHub
- URL: https://github.com/takuseno/rl-ready-docker
- Owner: takuseno
- Created: 2022-04-11T13:01:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T11:22:17.000Z (6 months ago)
- Last Synced: 2024-10-23T04:06:17.682Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rl-ready-docker
Dockerfile for RL-ready contrainer.
## installed environments
- MuJoCo (mujoco-py)
- Atari 2600 (atari-py)## usage
```
$ git clone https://github.com/takuseno/rl-ready-docker
$ cd rl-ready-docker
$ ./build.sh
$ export PATH=$(pwd)/bin:$PATH
$ run-rl-ready-docker # start with the current directory mounted
```## commands
- run-rl-ready-docker: Start a new container with mounting the current working directory.