/Udacity-Continuous-control

Udacity Deep Reinforcement Learning Nanodegree - Continuous control project

Primary LanguageJupyter Notebook

Udacity-Continuous-control

Project details

This project is part of the Udacity Deep Reinforcement Learning nanodegree. The goal of this project is to solve the Reacher environment. In this environment, a double-jointed arm can move to target locations. A reward of +0.1 is provided for each step that the agent's hand is in the goal location. Thus, the goal of your agent is to maintain its position at the target location for as many time steps as possible.

The observation space consists of 33 variables corresponding to position, rotation, velocity, and angular velocities of the arm. Each action is a vector with four numbers, corresponding to torque applicable to two joints. Every entry in the action vector should be a number between -1 and 1.

The environment is considered solved if a reward of +100 is obtain for 30 consecutive episodes.

The method to use is an actor-critic algorithm, the Deep Deterministic Policy Gradients (DDPG) algorithm.

Getting started

  1. To set up your Python environment correctly follow this link.

  2. To download the Unity Environment follow:

    • This link for Linux
    • This link for OSX
    • This link for Microsoft 32 bits
    • This link for Microsoft 64 bits (For Windows users) Check out this link if you need help with determining if your computer is running a 32-bit version or 64-bit version of the Windows operating system.
  3. Then, place the file in the p2_continuous-control/ folder in the DRLND GitHub repository, and unzip (or decompress) the file.

  4. The training can be run directly in the notebook