Fix AtariPreprocessingWithAutoFire typo

main
Aurélien Geron 2021-03-10 10:45:24 +13:00
parent e4bf060ea5
commit c98ee19363
1 changed files with 1 additions and 1 deletions

View File

@ -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])"
]
},
{