Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.16 KB

Setup_instructions.md

File metadata and controls

34 lines (25 loc) · 1.16 KB

Getting Started

  1. Clone this repo
    git clone https://github.com/prajwalgatti/DRL-Collaboration-and-Competition.git

Instructions

Follow the instructions in Tennis.ipynb to get started with training your own agent!

  1. 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:

  2. Setup your environment

    conda create --name continuous_control python=3.6
    source activate continuous_control
    conda install -c pytorch jupyter
    pip install unityagents
    
  3. Run (From project folder)

    source activate continuous_control
    jupyter notebooks
    
  4. Open and Run:
    Tennis.ipynb