Jacklinkk / Graph_CAVs

The source code for our paper: Graph Reinforcement Learning Application to Co-operative Decision-Making in Mixed Autonomy Traffic: Framework, Survey, and Challenges. This code is developed based on our previous repository TorchGRL.
55 stars 6 forks source link

How can I get the paer? #1

Open Kinvy66 opened 1 year ago

Kinvy66 commented 1 year ago

I have google the paper, " Graph Reinforcement Learning Application to Co-operative Decision-Making in Mixed Autonomy Traffic: Framework, Survey, and Challenges." . But I didn't find this paper. Where can I get this paper, or can you send it to me? My Email is : kinvy@zjut.edu.cn . Thanks!

lzrbit commented 1 year ago

Hi, please drop me email. zirui.li@mailbox.tu-dresden.de, I can send it to you.

Kinvy66 commented 1 year ago

Hi, please drop me email. zirui.li@mailbox.tu-dresden.de, I can send it to you.

Thank you, I have get the paper from Qi Liu.

lzrbit commented 1 year ago

Dear all, our paper is pre-printed online at aiXiv, https://arxiv.org/abs/2211.03005.

KevinZ2Z commented 7 months ago

Dear all, our paper is pre-printed online at aiXiv, https://arxiv.org/abs/2211.03005.

Dear author,

Thanks very much for your sharing. When I run your codes, the terminal shows the below warning: Warning: Vehicle 'flow_2.2'; junction collision with vehicle 'flow_1.1', lane=':highway_1_1_0', gap=-1.00, time=12.00 stage=laneChange. Warning: Vehicle 'flow_2.2' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=12.10.

May I ask if you also encounter these warnings when running the code and whether the warnings will affect the Graph_CAV's performance?