Skip to content

Latest commit

 

History

History
 
 

week1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Materials:

Homework description

  • Just follow the notebook
  • During the CartPole-v0 section (and similar envs), a window will pop up, displaying some game state. The window won't respond to direct input and is instead changes each time you call env.render(). Don't force-close this process, just ignore it until you complete the notebook.
  • important the current newest version of gym force-stops environment in 200 steps even if you don't use env.monitor.
    • This may ruin CEM on MountainCar. To avoid this, use gym.make("MountainCar-v0").env