Traffic-Alpha / iLLM-TSC

This repository contains the code for the paper“iLLM-TSC: Integration reinforcement learning and large language model for traffic signal control policy improvement”
Apache License 2.0
41 stars 7 forks source link

How to simulate training results #5

Closed DJjiery closed 2 weeks ago

DJjiery commented 1 month ago

I have used the training results of RL and RL+LLM respectively. How can I perform simulation?

pangay commented 2 weeks ago

What do you mean by 'simulation'? Are you referring to how to view the results? Do you need to install Sumo-gui, or could you describe your issue more clearly?

DJjiery commented 2 weeks ago

What do you mean by 'simulation'? Are you referring to how to view the results? Do you need to install Sumo-gui, or could you describe your issue more clearly?

Yes, I previously meant how to run simulations in SUMO, but now I know how to do it. Thank you for your help!