Skip to content

yefengjie/udacity-exercise-navigation

Repository files navigation

Udacity Exercise Navigation

Introduction

Follow this project, you will train an agent to navigate (and collect bananas!) in a large, square world. What's more, the agent is trained is a discrete action space.

Trained Agent

A reward of +1 is provided for collecting a yellow banana, and a reward of -1 is provided for collecting a blue banana. Thus, the goal of your agent is to collect as many yellow bananas as possible while avoiding blue bananas.

The state space has 37 dimensions and contains the agent's velocity, along with ray-based perception of objects around agent's forward direction. Given this information, the agent has to learn how to best select actions. Four discrete actions are available, corresponding to:

  • 0 - move forward.
  • 1 - move backward.
  • 2 - turn left.
  • 3 - turn right.

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

Getting Started

  • clone this project to your computer
  • download the unity environment. You need only select the environment that matches your operating system
  • flow the Navigation.ipynb file to train the agent

About

This project is the exercise of Udacity deep-reinforcement-learning-nanodegree Navigation project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published