Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.39 KB

Navigation.md

File metadata and controls

32 lines (22 loc) · 1.39 KB

Navigation

Game Environment

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 the 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 the agent's forward direction. Given this information, the agent has to learn how to best select actions.

Four discrete actions are available, corresponding to:

Index Action
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.

Binary dependencies

The package depends on the Banana Navigation Unity Environment. Download and save to the appropriate binary from: