Fix broken link to Flow docs (#14058)

This commit is contained in:
Jeroen Boeye
2021-02-11 22:20:34 +01:00
committed by GitHub
parent cb8523a5e6
commit 2af1f0616d
+1 -1
View File
@@ -123,5 +123,5 @@ Community Examples
Example of using the multi-agent API to model several `social dilemma games <https://arxiv.org/abs/1702.03037>`__.
- `StarCraft2 <https://github.com/oxwhirl/smac>`__:
Example of training in StarCraft2 maps with RLlib / multi-agent.
- `Traffic Flow <https://berkeleyflow.readthedocs.io/en/master/flow_setup.html>`__:
- `Traffic Flow <https://berkeleyflow.readthedocs.io/en/latest/flow_setup.html>`__:
Example of optimizing mixed-autonomy traffic simulations with RLlib / multi-agent.