Skip to content

MountainCar-v0 is a gym environment. Discretized continuous state space and solved using Q-learning.

License

Notifications You must be signed in to change notification settings

pchandra90/mountainCar-v0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MountainCar-v0

MountainCar-v0 is a gym environment. Discretized continuous state space and solved using Q-learning.

Results

Trained Agent

Required installation

  1. Install anaconda
  2. Run following command to create conda environment and required installation:
  • conda create --name py36 python=3.6 anaconda
  • conda activate py36
  • pip install gym

Run Command

jupyter notebook mountainCar-v0.ipynb

About

MountainCar-v0 is a gym environment. Discretized continuous state space and solved using Q-learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published