From 2af1f0616de3f1e8267bc34e0fb8e3089c2baf7f Mon Sep 17 00:00:00 2001 From: Jeroen Boeye Date: Thu, 11 Feb 2021 22:20:34 +0100 Subject: [PATCH] Fix broken link to Flow docs (#14058) --- doc/source/rllib-examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/rllib-examples.rst b/doc/source/rllib-examples.rst index 9764644a0..0f70a536a 100644 --- a/doc/source/rllib-examples.rst +++ b/doc/source/rllib-examples.rst @@ -123,5 +123,5 @@ Community Examples Example of using the multi-agent API to model several `social dilemma games `__. - `StarCraft2 `__: Example of training in StarCraft2 maps with RLlib / multi-agent. -- `Traffic Flow `__: +- `Traffic Flow `__: Example of optimizing mixed-autonomy traffic simulations with RLlib / multi-agent.