sanskartewatia / Traffic-Light-Control-using-Deep-RL

For my minor project at university
1 stars 0 forks source link

How to run your TLC using DRL #1

Open radhareddy31 opened 2 years ago

radhareddy31 commented 2 years ago

Hello Sanskar, Sorry for asking this might be a silly question, but how to run your TLC project?

I am very new to these kinds of issues, can you please provide a series of steps (if any document is available too).

Regards Radha

sanskartewatia commented 2 years ago

Hi Radha, go to the DQN_new directory and simply run the python file named - training_main.py. You can change the settings in the settings.ini file, and have a look at our report to understand better.

radhareddy31 commented 2 years ago

Many thanks, Sanskar, for the quick response. I will go through it and try to understand, then I will reach you if I find any difficulties.