From b01bd6a470efcb7e0a5b6d6f94dc6aec627f72ba Mon Sep 17 00:00:00 2001 From: Xihuai Wang Date: Mon, 24 Jun 2024 00:28:41 +0800 Subject: [PATCH 1/3] Update third_party_envs.md Add introduction of xihuai18/gfootball-gymnasium-pettingzoo. --- docs/environments/third_party_envs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/environments/third_party_envs.md b/docs/environments/third_party_envs.md index 928904be9..1a7995df9 100644 --- a/docs/environments/third_party_envs.md +++ b/docs/environments/third_party_envs.md @@ -12,6 +12,12 @@ lastpage: ## Environments using the latest versions of PettingZoo *Due to a very recent major release of PettingZoo, there are currently few contributed third-party environments. If you'd like to contribute one, please reach out on [Discord](https://discord.gg/nHg2JRN489).* +### [gfootball-gymnasium-pettingzoo](https://github.com/xihuai18/gfootball-gymnasium-pettingzoo) +[![PettingZoo version dependency](https://img.shields.io/badge/PettingZoo-v1.24.3-blue)]() +[![GitHub stars](https://img.shields.io/github/stars/xihuai18/gfootball-gymnasium-pettingzoo)]() + +Google Research Football ([GRF](https://github.com/google-research/football)) with Gymnasium and PettingZoo Compatibility. + ### [Sumo-RL](https://github.com/LucasAlegre/sumo-rl) [![PettingZoo version dependency](https://img.shields.io/badge/PettingZoo-v1.22.2-blue)]() From da2e72868518de84c6108ce5eaf3191ad8eeb076 Mon Sep 17 00:00:00 2001 From: Xihuai Wang Date: Mon, 1 Jul 2024 13:06:41 +0800 Subject: [PATCH 2/3] add smac and smacv2 in third_party_envs.md --- docs/environments/third_party_envs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/environments/third_party_envs.md b/docs/environments/third_party_envs.md index 1a7995df9..6c16fd658 100644 --- a/docs/environments/third_party_envs.md +++ b/docs/environments/third_party_envs.md @@ -18,6 +18,12 @@ lastpage: Google Research Football ([GRF](https://github.com/google-research/football)) with Gymnasium and PettingZoo Compatibility. +### [SMAC and SMACv2 with latest PettingZoo APIs] +[![PettingZoo version dependency](https://img.shields.io/badge/PettingZoo-v1.24.3-blue)]() +[![GitHub stars](https://img.shields.io/github/stars/xihuai18/gfootball-gymnasium-pettingzoo)]() + +[SMAC](https://github.com/oxwhirl/smac) and [SMACv2](https://github.com/oxwhirl/smacv2) with the latest PettingZoo Parallel APIs. + ### [Sumo-RL](https://github.com/LucasAlegre/sumo-rl) [![PettingZoo version dependency](https://img.shields.io/badge/PettingZoo-v1.22.2-blue)]() From 38b0dc79210add1cd99d5f8b812db769538af3db Mon Sep 17 00:00:00 2001 From: Xihuai Wang Date: Mon, 1 Jul 2024 13:08:08 +0800 Subject: [PATCH 3/3] add smac and smacv2 in third_party_envs.md --- docs/environments/third_party_envs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environments/third_party_envs.md b/docs/environments/third_party_envs.md index 6c16fd658..167f14de9 100644 --- a/docs/environments/third_party_envs.md +++ b/docs/environments/third_party_envs.md @@ -18,7 +18,7 @@ lastpage: Google Research Football ([GRF](https://github.com/google-research/football)) with Gymnasium and PettingZoo Compatibility. -### [SMAC and SMACv2 with latest PettingZoo APIs] +### [SMAC and SMACv2 with latest PettingZoo APIs](https://github.com/xihuai18/SMAC-PettingZoo) [![PettingZoo version dependency](https://img.shields.io/badge/PettingZoo-v1.24.3-blue)]() [![GitHub stars](https://img.shields.io/github/stars/xihuai18/gfootball-gymnasium-pettingzoo)]()