Giter Club home page Giter Club logo

p2_continuos-control's Introduction

Continuous Project Jonas Schmidt

Welcome to the Continuous Control Project.
In this Project we train an agent to follow a region with a robotic arm
πŸ‘‡πŸΌThis is the resulting agent
image info

Project Details

This project contains a solution to the second project of Udacity Deep Reinforcement Learning. This Project uses a DDPG Algorithm to train the agent.

A reward of ~0.04 is provided for being within the ball, and a reward of 0 is provided for being outside the goal at any given timestep. Therefore the goal is to follow the goal area with the robotic arm.

State and Action Spaces

The state space consists of 33 dimensions and is continuous.

The action space consists of 4 continuous actions, which control the arm.

The Agent is trained using a DDPG algorithm. For further information on training please read the Report.md.

The task is episodic, and in order to solve the environment, the agent must get an average score of +30 over 100 consecutive episodes.

Check the following link for more details:
https://github.com/udacity/deep-reinforcement-learning/tree/master/p1_navigation

Getting Started

###Prerequisites Python 3.6 Unity Conda

##Installation:

  1. Clone the repository
https://github.com/schmiJo/p2_Continuos-control
  1. Install Jupyter Notebook
pip install jupyter
  1. Create and activate a new environment for Python 3.6
  • Linux or Mac
conda create --name drlnd python=3.6
source activate drlnd
  • Windows
conda create --name drlnd python=3.6
activate drlnd
  1. Install several dependencies
pip install -r requirements.txt
  1. Before running the Continuous_Control.ipynb change the kernel to match the drlnd environment by using the drop down Kernel menu.

Download the unity environment using the following link for macOs:
https://s3-us-west-1.amazonaws.com/udacity-drlnd/P2/Reacher/one_agent/Reacher.app.zip

Mre instructions for the installation can be found under:
https://github.com/udacity/deep-reinforcement-learning#dependencies

p2_continuos-control's People

Contributors

schmijo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.