From 51b8915c0aa1001eda8e26971ed32aed5f1058ac Mon Sep 17 00:00:00 2001 From: Samir Al-Stouhi Date: Wed, 31 Jul 2019 21:10:50 -0400 Subject: [PATCH] Added CARLA Community Example (#5333) --- doc/source/rllib-examples.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/rllib-examples.rst b/doc/source/rllib-examples.rst index 39af988e5..b83a522dd 100644 --- a/doc/source/rllib-examples.rst +++ b/doc/source/rllib-examples.rst @@ -70,7 +70,8 @@ Multi-Agent and Hierarchical Community Examples ------------------ - +- `CARLA `__: + Example of training autonomous vehicles with RLlib and `CARLA `__ simulator. - `Traffic Flow `__: Example of optimizing mixed-autonomy traffic simulations with RLlib / multi-agent. - `Roboschool / SageMaker `__: