Skip to content

Commit

Permalink
"Noframeskip" should have "F" in capital in the main docs as it is ca…
Browse files Browse the repository at this point in the history
…se-sensitive and otherwise a crash occurs (#585)
  • Loading branch information
RaghuSpaceRajan authored Dec 21, 2024
1 parent 2d8ae89 commit 9ac229b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@ v0 and v4. Let us take a look at all variations of Amidar-v0 that are registered
|----------------------------|-------------|--------------|------------------------------|
| Amidar-v0 | `"rgb"` | `(2, 5,)` | `0.25` |
| AmidarDeterministic-v0 | `"rgb"` | `4` | `0.0` |
| AmidarNoframeskip-v0 | `"rgb"` | `1` | `0.25` |
| AmidarNoFrameskip-v0 | `"rgb"` | `1` | `0.25` |
| Amidar-ram-v0 | `"ram"` | `(2, 5,)` | `0.25` |
| Amidar-ramDeterministic-v0 | `"ram"` | `4` | `0.0` |
| Amidar-ramNoframeskip-v0 | `"ram"` | `1` | `0.25` |
| Amidar-ramNoFrameskip-v0 | `"ram"` | `1` | `0.25` |

Things change in v5: The suffixes "Deterministic" and "NoFrameskip" are no longer available. Instead, you must specify the
environment configuration via arguments passed to `gymnasium.make`. Moreover, the v5 environments
Expand Down

0 comments on commit 9ac229b

Please sign in to comment.