Farama-Foundation / Gymnasium

An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
https://gymnasium.farama.org
MIT License
7.39k stars 836 forks source link

[Bug Report] Custom environment documentation example gif missing #1143

Closed SandSnip3r closed 3 months ago

SandSnip3r commented 3 months ago

Describe the bug

In the tutorial for creating a new environment, the gif is missing.

On this page: https://gymnasium.farama.org/tutorials/gymnasium_basics/environment_creation/#subclassing-gymnasium-env

There should be a video playing in this text:

An episode in this environment (with size=5) might look like this:

where the blue dot is the agent and the red square represents the target.

Let us look at the source code of GridWorldEnv piece by piece:

Code example

No response

System info

No response

Additional context

No response

Checklist

Kallinteris-Andreas commented 3 months ago

has been fixed:

https://gymnasium.farama.org/v1.0.0a2/tutorials/gymnasium_basics/environment_creation/#subclassing-gymnasium-env

SandSnip3r commented 3 months ago

Thanks. It seems like the documentation defaults to v0.29.0 (latest)? Can that be updated to v1+?