thunlp / GNNPapers

Must-read papers on graph neural networks (GNN)
16.08k stars 3k forks source link

Add GNN-RL from IV 2020 #62

Closed patrickhart closed 2 years ago

patrickhart commented 3 years ago

Convolutional graph neural network architecture used in the soft actor-critic algorithm to learn driving behaviors for autonomous vehicles.

Paper: https://arxiv.org/abs/2006.12576 Resulting graph and edge visualization can be seen here: https://bark-simulator.github.io/static/bark-3fcb6b6298cae46f0e7755260af23e6f.gif

Best,

Patrick