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

Add an easy-to-install gfootball environment, SMAC and SMACv2 with pettingzoo apis in third_party_envs #1217

Merged
merged 4 commits into from
Jul 2, 2024

Conversation

xihuai18
Copy link
Contributor

@xihuai18 xihuai18 commented Jun 23, 2024

Add introduction of https://github.com/xihuai18/gfootball-gymnasium-pettingzoo and https://github.com/xihuai18/SMAC-PettingZoo.

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

This PR includes the introduction of two environment wrappers using the PettingZoo APIs.

  • Google Research Football
  • SMAC and SMACv2

These environments are some of the most used cooperative marl benchmarks.

Fixes #1215

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files (see CONTRIBUTING.md instructions to set it up)
  • I have run pytest -v and no errors are present.
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I solved any possible warnings that pytest -v has generated that are related to my code to the best of my knowledge.
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Add introduction of xihuai18/gfootball-gymnasium-pettingzoo.
@xihuai18 xihuai18 changed the title Add an easy-to-install gfootball environment in third_party_envs Add an easy-to-install gfootball environment, SMAC and SMACv2 with pettingzoo apis in third_party_envs Jul 1, 2024
@jjshoots jjshoots assigned jjshoots and unassigned jjshoots Jul 1, 2024
@jjshoots jjshoots self-requested a review July 1, 2024 15:02
@jjshoots jjshoots merged commit 4d75d86 into Farama-Foundation:master Jul 2, 2024
43 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Proposal] Integration of gfootball
2 participants