An open API service indexing awesome lists of open source software.

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

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
```