Skip to content

madisonestabrook/DRL_Continuous_Control

Repository files navigation

Summary

This project is my second project on Udacity's Deep Reinforcement Learning Nanodegree (Facebook PyTorch Nanodegree Scholarship Phase 3). This project uses a Deep Deterministic Policy Gradients (DDPG) Network to train a double-jointed arm to move to target locations.

Project Details

The environment the first verison of the Reacher enviroment, which is an extension of Unity’s UnityEnvironment. The Reacher environment has different versions for Linux, Windows (32-bit), Windows (64-bit) and MacOSX. The following screenshot shows the environment set-up:

This is what the environment looks like

The state is a numpy array of length 33.

The action is how the agent reacts to the environment.

This is a plot of the scores

The environment is considered ‘solved’ when the moving average (arithmetic mean) score over the last 100 episodes is greater than or equal to 30.0.

Directions

Complete the following steps interact with this project:

  1. Determine your operating system (OS)
  2. Click the relevant hyperlink from the following list
  3. Place the file you downloaded in this repo's folder on your computer and unzip (or decompress) the file click here for help
  4. Open Continuous_Control.ipynb using Jupyter Notebook (or Jupyter Lab)
  5. Click Cell>Run All
  6. Be patient as the magic happens

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published