From 6999db93cb47b4db24dc2bc4fccaf2d21679cb58 Mon Sep 17 00:00:00 2001 From: Yutai Zhou Date: Thu, 29 Oct 2020 11:12:48 -0400 Subject: [PATCH] Un-indent multiagent section (#11310) * Un-indent multiagent section MARL section used to be nested inside bandits, which we probably don't want. Maybe give it its own section instead? --- doc/source/rllib-algorithms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index aa3637acf..9cbfff9fb 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -700,7 +700,7 @@ Tuned examples: `CartPole-v0