Navigation_DRLND
Navigation project of UDACITY's Deep Reinforcement learning NanoDegree
Requirement
- Python version: python3.
- Install Jupyter notebook.
- Numpy (pip3 install numpy)
- matplotlib (pip3 install matplotlib)
- pytorch (pip3 install torch torchvision)
Description:
Environment has been provided in project 1 by Udacity. 37 states and 4 actions havew been fetched from given environment and fed to agent explain in Navigation.ipynb
Run first three cell in notebook to load Environment.
DO NOT RUN CELL NO 6
env.close()
After that run all following cells to train and get graph of average reward over the training to see If the Training is right or not.