From 26eb2975a2e304b180dc7ca8563d892fa8397774 Mon Sep 17 00:00:00 2001 From: Matteo Bettini <55539777+matteobettini@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:02:48 +0100 Subject: [PATCH] [Docs] Update number of VMAS tasks (#91) --- README.md | 2 +- docs/source/concepts/components.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e99687fb..b7eaa3df 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ They differ based on many aspects, here is a table with the current environments | Environment | Tasks | Cooperation | Global state | Reward function | Action space | Vectorized | |--------------------------------------------------------------------|--------------------------------------|---------------------------|--------------|-------------------------------|-----------------------|:----------------:| -| [VMAS](https://github.com/proroklab/VectorizedMultiAgentSimulator) | [18](benchmarl/conf/task/vmas) | Cooperative + Competitive | No | Shared + Independent + Global | Continuous + Discrete | Yes | +| [VMAS](https://github.com/proroklab/VectorizedMultiAgentSimulator) | [27](benchmarl/conf/task/vmas) | Cooperative + Competitive | No | Shared + Independent + Global | Continuous + Discrete | Yes | | [SMACv2](https://github.com/oxwhirl/smacv2) | [15](benchmarl/conf/task/smacv2) | Cooperative | Yes | Global | Discrete | No | | [MPE](https://github.com/openai/multiagent-particle-envs) | [8](benchmarl/conf/task/pettingzoo) | Cooperative + Competitive | Yes | Shared + Independent | Continuous + Discrete | No | | [SISL](https://github.com/sisl/MADRL) | [2](benchmarl/conf/task/pettingzoo) | Cooperative | No | Shared | Continuous | No | diff --git a/docs/source/concepts/components.rst b/docs/source/concepts/components.rst index 60698590..b195465e 100644 --- a/docs/source/concepts/components.rst +++ b/docs/source/concepts/components.rst @@ -83,7 +83,7 @@ They differ based on many aspects, here is a table with the current environments +-------------------------------------------------+-------+---------------------------+--------------+-------------------------------+-----------------------+------------+ | Environment | Tasks | Cooperation | Global state | Reward function | Action space | Vectorized | +=================================================+=======+===========================+==============+===============================+=======================+============+ - | :class:`~benchmarl.environments.VmasTask` | 18 | Cooperative + Competitive | No | Shared + Independent + Global | Continuous + Discrete | Yes | + | :class:`~benchmarl.environments.VmasTask` | 27 | Cooperative + Competitive | No | Shared + Independent + Global | Continuous + Discrete | Yes | +-------------------------------------------------+-------+---------------------------+--------------+-------------------------------+-----------------------+------------+ | :class:`~benchmarl.environments.Smacv2Task` | 15 | Cooperative | Yes | Global | Discrete | No | +-------------------------------------------------+-------+---------------------------+--------------+-------------------------------+-----------------------+------------+