HungT
HungT
Thank you for sharing your coding. When I ran python train.py -c config.yaml, it gave error FileNotFoundError: [Errno 2] No such file or directory: './cfg/episode_routes.rou.xml' I checked that folder and...
Hello Could you upload your master thesis? I'm new to DQN so I want to understand more about the algorithm you use Thank you very much Could you explain more...
Hello all I followed the instructions but I can't install Flow. ( https://flow.readthedocs.io/en/latest/flow_setup.html#remote-installation-using-docker) After a while of searching and following online instructions, I changed the Requirement.txt file. I replaced redis~=2.10.6...
Hello. Thank you very much for your models. I have just run your model `python experiments/a2c_2way-single-intersection.py` i changed num_seconds=3600 to measure the total waiting time in 1 hour and changed...
Hello I got errors when running your models in a2c_2way-single-intersection.py gym==0.22 sumo-rl==1.2 So i changed the "MIN_LEVEL" in stable_baselines.common.base_class.py into "min_level" to run your model
Hello. When I run run_eval.py it shows the error "Exception: ${CARLA_ROOT} has not been set!"  Now, I use win 10. I followed some instructions but could not fix it....
Hello Thank you very much I had errors when running your model No module named 'ray.rllib.agents.dqn.dqn_policy_graph' I have install ray and ray[rllib] already.
Hello I created some platoons at the signalized intersection. And I saw that the platoons don't stop at red lights. only the leader vehicles stop. Could you show me how...
Hello I run the command " python main.py" the model has an error. Could you show me how to fix it. Thanks FileNotFoundError: [Errno 2] No such file or directory:...
Hello I am very grateful to you for sharing your models. They are very clear and detailed. But I see that there are many files in folders. Could you show...