-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy independent model on the network #202
Comments
SUMO-RL provides environments with the PettingZoo API. You can use any RL library that supports it. See https://pettingzoo.farama.org/tutorials/sb3/ for examples of how to use different libraries with PettingZoo environments, both for independent and centralized agents. |
While implementing the example
Upon checking these files where the error has occurred I could not find |
Thanks for spotting this. I fixed in the last commit: 2a8b6e5 |
Now I get this error:
|
This seems to be a problem with the GUI. Are you running in a cluster or something without a screen monitor? Try running without the GUI rendering. |
Given a traffic network with multiple intersections, I want to deploy a single DQN to all the individual traffic light signal. How can I do that?
The text was updated successfully, but these errors were encountered: