Skip to content

Commit

Permalink
[Docs] Update number of VMAS tasks (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jun 10, 2024
1 parent a104cad commit 26eb297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/concepts/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+-------------------------------------------------+-------+---------------------------+--------------+-------------------------------+-----------------------+------------+
Expand Down

0 comments on commit 26eb297

Please sign in to comment.