8000 [BUG] Issue due to newest gymnasium==1.1.0 · Issue #1163 · instadeepai/Mava · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 th 5C8E e 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.

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

    Issue actions

      0