Skip to content

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

Open
@WiemKhlifi

Description

@WiemKhlifi

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @WiemKhlifi

        Issue actions

          [BUG] Issue due to newest gymnasium==1.1.0 · Issue #1163 · instadeepai/Mava