From ecff60696508ebd93455cf04b0e7a64c6d3b4446 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:44:53 +0300 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d4d019d..81c1f74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "mujoco>=2.2.0, <3.2.0", "numpy>=1.21.0", - "gymnasium>=1.0.0a2", + "gymnasium>=1.0.0", "PettingZoo>=1.23.0", "Jinja2>=3.0.3", "imageio" From 0ebe08f595343ae070cb78213b66669751fc5d12 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:36:17 +0300 Subject: [PATCH 2/3] Update __init__.py --- gymnasium_robotics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gymnasium_robotics/__init__.py b/gymnasium_robotics/__init__.py index ef6b8d52..726e5cdf 100644 --- a/gymnasium_robotics/__init__.py +++ b/gymnasium_robotics/__init__.py @@ -5,7 +5,7 @@ from gymnasium_robotics.envs.maze import maps from gymnasium_robotics.envs.multiagent_mujoco import mamujoco_v1 -__version__ = "1.3.0a1" +__version__ = "1.3.0" def register_robotics_envs(): From d192b39863ef1c146d0d2b010a898b47a80e56b4 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:38:15 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c092f4..3f4d8937 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ If you use this in your research, please cite: author = {Rodrigo de Lazcano and Kallinteris Andreas and Jun Jet Tai and Seungjae Ryan Lee and Jordan Terry}, title = {Gymnasium Robotics}, url = {http://github.com/Farama-Foundation/Gymnasium-Robotics}, - version = {1.2.4}, + version = {1.3.0}, year = {2023}, } ```