-
Notifications
You must be signed in to change notification settings - Fork 116
Sumo rl: Traffic Simulation Environment #41
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
Conversation
Darktex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
|
@init27 - in the custom network example above, we are calling out bind mounts for the docker container. Up until now, the implicit assumption has been that the containers don’t need persistent storage or need any bind mounts. But this env does need that, and if that’s the case then we will pbbly need to evolve the docker container set up into a more holistic spec that will be needed by the providers. What’s your take on this? |
pankit-eng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment for further discussion on bind mounts(in this case its RO only)
|
@pankit-eng Thanks for the Q: You're right that bind mounts break the provider-agnostic abstraction. If OpenEnv is meant to work with different backends (Docker, K8s, cloud providers), then Docker-specific bind mounts are a leaky abstraction. For now, in this case:
If this pattern repeats (2-3+ environments need custom data), then yes, evolve to a formal spec. I will open an issue and we can discuss |
Sumo rl: Traffic Simulation Environment
Complete OpenEnv integration for traffic signal control using SUMO (Simulation of Urban MObility).
1. Single Environment Instance Pattern ✅
Benefit: Avoids TraCI connection conflicts
2. Defaults Used:
Basic Usage
Custom Configuration
Custom Network