DQN Agent solving Unity Banana Environment
Number of agents: 1Number of actions: 4State Length : 37Environment Solved: 2129 episodes (avg 13.00)
- python 3.6
virtualenvset up
- Clone the repository
- Run
python3 -m pip install -r requirements.txt - Check
DQN_solution.ipynbnotebook for solution
- Clone the repository
- Download appropiate env from here : Environment
- Replace executable path of downloaded env in
main.py train method - Run
python3 -m pip install -r requirements.txt - Check
DQN_solution.ipynbnotebook for solution
- Run
python3 run.py