Skip to content

Latest commit

 

History

History

gym

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Some notes on OpenAI Gym control flow

Order of calls on an Env object:

render
reset

step
render
step
render
..

As you can see, the very first render call happens before reset.