DDPG Agent solving Unity Reacher Environment
Number of agents: 20Number of actions: 4State Length : 33 (Every Agent)Environment Solved: 116 episodes (avg 30.34)
- python 3.6
virtualenvset up
- Clone the repository
- Run
python3 -m pip install -r requirements.txt - Run
unzip Reacher_Linux.zip - Check
solution.ipynbnotebook for solution
- Clone the repository
- Download appropiate env from here : Environment
- Replace executable path of downloaded env in
main.py and solution.ipynb files - Run
python3 -m pip install -r requirements.txt - Check
solution.ipynbnotebook for solution
- Run
python3 main.py
Base code is taken from Udacity Pendelum Environment Solution