smarttransit-ai / transit-gym

Simulator codebase
MIT License
5 stars 6 forks source link

Sim times vary from actual clever and gtfs times #6

Open rishavsen1 opened 2 years ago

rishavsen1 commented 2 years ago

_started time slows down from each of the stops the bus covers. Bus starts at the gtfs time, then the bus movement is not controlled - moves on its own pace, without gtfs time constraint

rishavsen1 commented 2 years ago

Possible loopholes:

  1. Bus stopping at traffic signals for too long.
  2. Bus moving slowly due to street speed limit.

Updates:

  1. Removed aff traffic signals - still some buses arriving late

Investigating:

  1. Lane speeds - lanes have subdivisions (_0, _1, so on), which have slower speeds. Checking to see if this affects.