-
Notifications
You must be signed in to change notification settings - Fork 387
Closed
Description
libsumo
is a feature in the latest versions of sumo that allow us to bypass some of the connection overhead when issuing traci
calls.
What needs to be done:
- incorporate the newest version of sumo to
master
(close to done) - build a docker image with new sumo (@fywu85 is working on this)
- test that new sumo does not cause our benchmarks to regress (for this we need regression tests, see Automated Regression Tests #30 )
- add
libsumo
installation to the setup instructions (this involves usingcmake
I believe) - incorporate commands with
libsumo
-- a note here,libsumo
does not allow us to use sumo's gui, which means we will need something likeuse_libsumo
as an option fromSumoParams
at least temporary so that uses can train withlibsumo
and test/visulaize withtraci
- monitor developments in
sumo
until the gui is working withlibsumo
, and modify the above things accordingly.
If I missed anything, feel free to add and discuss.
Metadata
Metadata
Assignees
Labels
No labels