Skip to content

Commit

Permalink
[RLlib] Quick fix for RLlib's index.html page (environment tab broken…
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1977 authored and Jay-ju committed Nov 5, 2024
1 parent d33cb0c commit 574d0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/rllib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ click the dropdowns below:
.. dropdown:: **RLlib Environments**
:animate: fade-in-slide-down

+-------------------------------------------------------------------------------------------|
+-------------------------------------------------------------------------------------------+
| **Farama-Foundation Environments** |
+-------------------------------------------------------------------------------------------|
+-------------------------------------------------------------------------------------------+
| `gymnasium <https://gymnasium.farama.org/index.html>`__ |single_agent| |
| |
| .. code-block:: bash |
Expand All @@ -172,7 +172,7 @@ click the dropdowns below:
| config.environment("CartPole-v1") # Classic Control |
| config.environment("ale_py:ALE/Pong-v5") # Atari |
| config.environment("Hopper-v5") # MuJoCo |
+-------------------------------------------------------------------------------------------|
+-------------------------------------------------------------------------------------------+
| `PettingZoo <https://pettingzoo.farama.org/index.html>`__ |multi_agent| |
| |
| .. code-block:: bash |
Expand Down

0 comments on commit 574d0db

Please sign in to comment.