diff --git a/doc/source/rllib-env.rst b/doc/source/rllib-env.rst index d6da000df..274d68b39 100644 --- a/doc/source/rllib-env.rst +++ b/doc/source/rllib-env.rst @@ -211,7 +211,7 @@ To scale to hundreds of agents, MultiAgentEnv batches policy evaluations across PettingZoo Multi-Agent Environments ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -`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 `__ 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