https://github.com/paulhendricks/playground
A playground for evaluating Reinforcement Learning algorithms
https://github.com/paulhendricks/playground
Last synced: 2 months ago
JSON representation
A playground for evaluating Reinforcement Learning algorithms
- Host: GitHub
- URL: https://github.com/paulhendricks/playground
- Owner: paulhendricks
- Created: 2016-05-05T18:53:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T02:47:34.000Z (about 8 years ago)
- Last Synced: 2025-02-13T10:16:18.963Z (4 months ago)
- Language: Python
- Homepage: http://paulhendricks.io/playground
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playground
## Setup
To create a Conda environment, please enter the following into a shell:
```shell
git clone https://github.com/paulhendricks/playground.git
cd playground
./scripts/setup_osx.sh
```To activate the newly created Conda environment, please enter the following into a shell:
```shell
source activate playground
```## Teardown
When finished, please enter the following into a shell:
```shell
./scripts/teardown_osx.sh
```