From 08de2b5f8081cfeda49658132c82ba6d499f3af5 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:41:55 +0300 Subject: [PATCH] Update index.md --- docs/envs/MaMuJoCo/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/envs/MaMuJoCo/index.md b/docs/envs/MaMuJoCo/index.md index d4eaf0d0..4c1e6a55 100644 --- a/docs/envs/MaMuJoCo/index.md +++ b/docs/envs/MaMuJoCo/index.md @@ -188,7 +188,7 @@ Of course, you also need to add new elements to the environment and define your - Based on `Gymnasium/MuJoCo-v5` instead of `Gymnasium/MuJoCo-v4` (https://github.com/Farama-Foundation/Gymnasium/pull/572). - When `factorizatoion=None`, the `env.gent_action_partitions.dummy_node` now contains `action_id` (it used to be `None`). - Added `map_local_observations_to_global_state` & optimized runtime performance of `map_global_state_to_local_observations`. - - Added `gym_env` argument for using environment wrappers, also can be used to load third-party `Gymansium.MujocoEnv` environments. + - Added `gym_env` argument for using environment wrappers, also can be used to load third-party `Gymnasium.MujocoEnv` environments. * v0: Initial version release on gymnasium, and is a fork of [the original multiagent_mujuco](https://github.com/schroederdewitt/multiagent_mujoco), - Based on `Gymnasium/MuJoCo-v4` instead of `Gym/MuJoCo-v2`. - Uses PettingZoo APIs instead of an original API.