Update rllib-env.rst (#10891)

Tiny typo
This commit is contained in:
Carlos Aguayo
2020-09-19 03:29:56 -04:00
committed by GitHub
parent 890fa6704f
commit 86b1814e62
+1 -1
View File
@@ -211,7 +211,7 @@ To scale to hundreds of agents, MultiAgentEnv batches policy evaluations across
PettingZoo Multi-Agent Environments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`PettingZoo <https://github.com/PettingZoo-Team/PettingZoo>`__ is a repository of over 50 diverse multi-agent environments. However, the API is note directly compatible with rllib, but it can be converted into an rllib MultiAgentEnv like in this example
`PettingZoo <https://github.com/PettingZoo-Team/PettingZoo>`__ is a repository of over 50 diverse multi-agent environments. However, the API is not directly compatible with rllib, but it can be converted into an rllib MultiAgentEnv like in this example
.. code-block:: python