Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 587 Bytes

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