- Clone this repo
git clone https://github.com/prajwalgatti/DRL-Collaboration-and-Competition.git
Follow the instructions in Tennis.ipynb
to get started with training your own agent!
-
In the repo is provided a copy on the Tennis for OSX, in case you have a different OS, download the environment from one of the links below:
- Linux: click here
- Mac OSX: click here
- Windows (32-bit): click here
- Windows (64-bit): click here
-
Setup your environment
conda create --name continuous_control python=3.6 source activate continuous_control conda install -c pytorch jupyter pip install unityagents
-
Run (From project folder)
source activate continuous_control jupyter notebooks
-
Open and Run:
Tennis.ipynb