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

Fix bug in gym to gymnasium upgrade #40

Merged
merged 3 commits into from
Jul 11, 2023
Merged

Conversation

stefanbschneider
Copy link
Owner

Relates to #38

Fixes bug in multi-agent handler that was overlooked in upgrade to gymnasium.
Explicitly use gymnasium everywhere instead of gym.

- Explicitly use gymnasium instead of gym everywhere
- Fix a bug in multi-agent handler, trying to access env.done, which was removed
- Added required infos key for RLlib
@stefanbschneider stefanbschneider added bug Something isn't working dependencies Pull requests that update a dependency file labels Jul 11, 2023
@stefanbschneider stefanbschneider self-assigned this Jul 11, 2023
@stefanbschneider stefanbschneider merged commit 2b075b3 into main Jul 11, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant