CoRide icon indicating copy to clipboard operation
CoRide copied to clipboard

Code for CIKM'19 "CoRide: Joint Order Dispatching and Fleet Management for Multi-Scale Ride-Hailing Platforms"

Results 2 CoRide issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for sharing the code. The code seems not to be completed. For example, in Simulator/tests/run_dqn.py, there is a line, "from algo.stdqn.stdqn import DQNSpacTempoAgent". However, there is no module...

Converting a quadrilateral grid to a 2-D matrix is easy to understand. I would like to know how Hexagonal grid maps are converted to 2D matrices (It would be better...