mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Fix AtariPreprocessingWithAutoFire typo
This commit is contained in:
@@ -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])"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user