We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest working version of Mava with Gymnasium is 1.0.0, while version 1.1.0 has errors.
1.0.0,
1.1.0
Steps to reproduce the behavior:
pip list | grep gymnasium
pip install gymnasium==1.0.0
In the make_env function for Sebulba environments, we encountered an error from the async_multiagent_worker, as shown in the screenshot.
make_env
async_multiagent_worker
Fix the bug given by the newer version or freeze the working version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The latest working version of Mava with Gymnasium is
1.0.0,
while version1.1.0
has errors.To Reproduce
Steps to reproduce the behavior:
pip list | grep gymnasium
, the expected installed version will be 1.1.0.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 theasync_multiagent_worker
, as shown in the screenshot.Possible Solution
Fix the bug given by the newer version or freeze the working version.
The text was updated successfully, but these errors were encountered: