You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define the architecture to have a module-based specification : 1 module with the model itslef (everything that can be shared between use cases: Car-following / lane Changing ...) + 1 module for network description + 1 module per use case
Priorities:
[Network description] Describe the architecture of network.py and add the appropriate features to the vehicle description
Add the ability to manage multiple pipes instead of only one: on-ramp merge / off-ramp merge / Successive pipes / sucessive on-ramps. It includes the necessity to solve the problem of transferring from one pipe to another.
Solve the merging issues (junctions problems)
Add the lane changing ability : implement the MOBIL or whatever lane change model
What I Did
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
Description
Define the architecture to have a module-based specification : 1 module with the model itslef (everything that can be shared between use cases: Car-following / lane Changing ...) + 1 module for network description + 1 module per use case
Priorities:
[Network description] Describe the architecture of network.py and add the appropriate features to the vehicle description
Add the ability to manage multiple pipes instead of only one: on-ramp merge / off-ramp merge / Successive pipes / sucessive on-ramps. It includes the necessity to solve the problem of transferring from one pipe to another.
Solve the merging issues (junctions problems)
Add the lane changing ability : implement the MOBIL or whatever lane change model
What I Did