Fix AtariPreprocessingWithAutoFire typo
parent
e4bf060ea5
commit
c98ee19363
|
@ -2067,7 +2067,7 @@
|
|||
"env = suite_atari.load(\n",
|
||||
" environment_name,\n",
|
||||
" max_episode_steps=max_episode_steps,\n",
|
||||
" gym_env_wrappers=[AtariPreprocessingWithAutoStart, FrameStack4])"
|
||||
" gym_env_wrappers=[AtariPreprocessingWithAutoFire, FrameStack4])"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue