Skip to content

sahinlicaner/mountain-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

rl-sarsa

This is a implementation of SARSA algorithm on "Mountain Car" environment. The only prerequisite is the installation of OpenAI Gym with the specified environment.

There are three command line arguments. Default values are indicated in parentheses.

  1. --episodes(1000)
  2. --discount_factor(0.9)
  3. --learning_rate(0.5)

Releases

No releases published

Packages

No packages published

Languages