Skip to content

ayplam/udacity_bananas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Details

For this project, a slightly modified version of the Unity "Banana Collectors" environment was used. The goal of this environment is to collect as many yellow bananas as possible. +1 point is awarded for each yellow banana collected. -1 points are awarded for each purple banana collected. The state space is defined by a 37d vector, where 36 of the values represent rays showing what is in front of the agent, and 1 value represents the speed of the agent. There are 4 actions the agent can take: left, right, forwards, or backwards. The environment is considered "solved" when an average score of 13 can be achieved over the last 100 episodes.

Getting Started

Python Environment Setup

In order to ensure that your environment has all the necessary dependencies, follow the steps here

Download the Environment

Next, you will need to download the environment used for this exercise.

Unzip the file and take note of the unzipped path.

Instructions

Run through cells in Banana.ipynb to train an agent. Parameters regarding the agent can be found in agent.py, while the model architecture can be found in model.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages