Remove second sidebar entry "Third Party Environments using Gym" (#406)

This commit is contained in:
Elliot Tower
2023-03-25 14:50:07 -04:00
committed by GitHub
parent cab0fbb13d
commit e0cd42f775

View File

@@ -87,7 +87,7 @@ An environment for guiding automated theorem provers based on saturation algorit
An environment to easily implement discrete MDPs as gym environments. Turn a set of matrices (`P_0(s)`, `P(s'| s, a)` and `R(s', s, a)`) into a gym environment that represents the discrete MDP ruled by these dynamics.
# Third-Party Environments using Gym
## Third-Party Environments using Gym
There are a large number of third-party environments using various versions of [Gym](https://github.com/openai/gym).
Many of these can be adapted to work with gymnasium (see [Compatibility with Gym](https://gymnasium.farama.org/content/gym_compatibility/)), but are not guaranteed to be fully functional.