From 92dd9fae5455e7c20b16c087c525f1d8999d96a1 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 1b34e17ba..66bd0a9a0 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