You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/environments.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -205,11 +205,12 @@ Actions passed into the environment are then thresholded to discrete using the `
205
205
206
206
## Version History and Naming Schemes
207
207
208
-
In v0.11, the number of registered Atari environments does significantly reduced from 960 to 105 to only register `ALE/{rom_name}-v5` following the best practices outlined in [[2]](#2).
208
+
In v0.11, the number of registered Atari environments was significantly reduced from 960 to 210 to only register`{rom_name}NoFrameskip-v4` the most popular environment and`ALE/{rom_name}-v5` following the best practices outlined in [[2]](#2).
209
209
210
-
| Name |`obs_type=`|`frameskip=`|`repeat_action_probability=`|`full_ation_space=`|
Importantly, `repeat_action_probability=0.25` can negatively impact the performance of agents so when comparing training graphs, be aware of the parameters used for fair comparisons.
215
216
@@ -229,6 +230,7 @@ To create previously implemented environment use the following parameters, `gymn
0 commit comments