Skip to content

Me trying to implement some reinforcement learning

Notifications You must be signed in to change notification settings

davimi/mountaincar-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement learning agent

My first shot at a reinforcement learning agent.
Build with pipenv. Requires Python 3.6.

Approach

Try to keep all rewards on the same scale, since visualizations of models will be better.

Tried to incorporate the velocity of the car in the reward function, but this caused the agent to just swing back and forth.
At the top of the hill, the car slows down, so it would turn back around before reaching the goal.

Inspired by: https://keon.io/deep-q-learning/

About

Me trying to implement some reinforcement learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages