Mission: The following project takes on the task to build Quadcopter flying agent that learns to take off, hover and land using reinforcement learning algorithms.
Algorithm: Deep Deterministic Policy Gradient
- Clone the repository into a folder on your computer
- Open up terminal on Mac or Command Prompt on windows
- run jupyter notebook
jupyter notebook - Then navigate into project folder from within jupyter notebook window that opens up on your browser from running the code.