Giter VIP home page Giter VIP logo

udacity-drl-p1-navigation's Introduction

Project 1: Navigation - Udacity DRL Nanodegree

Implementation of a Deep Reinforcement Learning agent to solve the Unity Banana Collector environment.

This repository contains all the material relative to the implementation of the Project 1 of the Udacity Deep Reinforcement Learning Nanodegree program.

The Environment

The environment consists of a large squared place where bananas should be collected.

banana

State Space

  • Size: 37

  • Content: Agent Velocities + Ray based perception in the agent's forward direction

Action Space

  • Size: 4

  • Actions: 0 = ⬆️ ; 1 = ⬇️ ; 2 = ⬅️ ; 3 = ➡️

Reward

  • +1 : for collecting a yellow banana
  • -1 : for collecting a blue banana

Goal

The environment is considered solved when the agent gets an average score of +13 over 100 consecutive episodes

Installation

Follow the instructions below to install the software necessary to run the agent in the environment.

1. Set up the Python environment on your machine by following the instructions in the DRLND GitHub repository.

2. Download the Unity environment:

3. Place the unzipped folder just downloaded in the p1_navigation/ folder in the DRLND GitHub repository.

4. Clone this repository in the p1_navigation/ folder in the DRLND GitHub repository.

How to run the code

The agent can be tested and trained in the Navigation.ipynp python notebook. Following the instructions in the notebook it is possible to see our trained agent in action or to train a new agent using the hyperparameters of your choice and to see your agent in action.

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.