[rllib] Try fixing torch GPU and masking errors (#10168)

This commit is contained in:
Eric Liang
2020-08-25 18:34:19 -07:00
committed by GitHub
parent 6fcb816fdd
commit deea1861ab
5 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ Community Examples
with RLlib-generated baselines.
- `CARLA <https://github.com/layssi/Carla_Ray_Rlib>`__:
Example of training autonomous vehicles with RLlib and `CARLA <http://carla.org/>`__ simulator.
- `The Emergence of Adversarial Communication in Multi-Agent Reinforcement Learning <https://arxiv.org/pdf/2008.02616.pdf>`__:
- `The Emergence of Adversarial Communication in Multi-Agent Reinforcement Learning <https://arxiv.org/pdf/2008.02616.pdf>`__:
Using Graph Neural Networks and RLlib to train multiple cooperative and adversarial agents to solve the
"cover the area"-problem, thereby learning how to best communicate (or - in the adversarial case - how to disturb communication).
- `Flatland <https://flatland.aicrowd.com/intro.html>`__: