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.
- --episodes(1000)
- --discount_factor(0.9)
- --learning_rate(0.5)