DaRL-LibSignal / LibSignal

107 stars 21 forks source link

What is the difference between colight.py and colight_pytorch_agent.py? #10

Closed CorneliusDeng closed 8 months ago

CorneliusDeng commented 1 year ago

And also how to run colight? When I run it, "TypeError: init() missing 5 required positional arguments: 'reward_generator', 'world', 'traffic_env_conf', 'graph_setting', and 'args'"

Please

derekmei233 commented 10 months ago

Hi CorneliusDeng, There is no different between the two agents right now. We are implementing new agents and the pytorch_agent is the one independent of torch_geometric. I will notify you and close this branch after I have colight_pytorch_agent aligned with current torch_geometric version.