Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Issue due to newest gymnasium==1.1.0 #1163

Open
WiemKhlifi opened this issue Mar 3, 2025 · 0 comments
Open

[BUG] Issue due to newest gymnasium==1.1.0 #1163

WiemKhlifi opened this issue Mar 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@WiemKhlifi
Copy link
Contributor

Describe the bug

The latest working version of Mava with Gymnasium is 1.0.0, while version 1.1.0 has errors.

To Reproduce

Steps to reproduce the behavior:

  1. Simply create new conda env and do all the installations.
  2. Run pip list | grep gymnasium, the expected installed version will be 1.1.0.
  3. Run PPO sebulba system and you'll get the 'expected behavior' below.
  4. To fix, do pip install gymnasium==1.0.0 and rerun PPO sebulba.

Expected behavior

In the make_env function for Sebulba environments, we encountered an error from the async_multiagent_worker, as shown in the screenshot.
Image

Possible Solution

Fix the bug given by the newer version or freeze the working version.

@WiemKhlifi WiemKhlifi added the bug Something isn't working label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant