From 86b1814e6220aa33c1e421178082c4fe2a8860fb Mon Sep 17 00:00:00 2001 From: Carlos Aguayo Date: Sat, 19 Sep 2020 03:29:56 -0400 Subject: [PATCH] Update rllib-env.rst (#10891) Tiny typo --- doc/source/rllib-env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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