flow-project / flow

Computational framework for reinforcement learning in traffic control
MIT License
1.08k stars 377 forks source link

custom metrics #1053

Open nuaazj opened 3 years ago

nuaazj commented 3 years ago

https://flow-project.github.io/contact.html

nuaazj commented 3 years ago

Hello, everyone! I adopt multi-agent reinforcement learning to research on autonomous vehicles driving decision making problems at intersection without traffic lights, where all the vehicle's acceleration is decided by the trained policy in order to rapidly and safely through the intersection. However, in FLOW project, the end of the training through policy replay to assess performance, how do I calculate the custom metrics in the process of training process just like reward, such as average speed, collision rate and travel time delay, I would appreciate your sincere help.