From 6479b64f1cce047c6d2bfdcedb9b02de8b4d48a6 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Sat, 5 Oct 2024 23:55:03 +0300 Subject: [PATCH] mamujoco v1 changelog remove duplicate entry --- docs/envs/MaMuJoCo/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/envs/MaMuJoCo/index.md b/docs/envs/MaMuJoCo/index.md index 397c319c..d5a55d48 100644 --- a/docs/envs/MaMuJoCo/index.md +++ b/docs/envs/MaMuJoCo/index.md @@ -188,7 +188,6 @@ env = mamujoco_v1.parallel_env( - 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 which can be used to load third-party `Gymansium.MujocoEnv` environments. - - Added function `MultiAgentMujocoEnv.map_local_observations_to_global_state`. * 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.