Skip to content

casey-barr/open-ai-taxi-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

open-ai-taxi-problem

A notebook detailing how to work through the Open AI taxi reinforcement learning problem in Python 3. Below you'll find a link to the Open AI environment page and description.


Open AI Source

This task was introduced in [Dietterich2000] to illustrate some issues in hierarchical reinforcement learning. There are 4 locations (labeled by different letters) and your job is to pick up the passenger at one location and drop him off in another. You receive +20 points for a successful dropoff, and lose 1 point for every timestep it takes. There is also a 10 point penalty for illegal pick-up and drop-off actions.

[Dietterich2000] T Erez, Y Tassa, E Todorov, "Hierarchical Reinforcement Learning with the MAXQ Value Function Decomposition", 2011.

About

Random Agent solution to Open AI Taxi-v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published