Joe12138

Results 3 issues of Joe12138

Hi, thank for your excellent work! I have a question about the coordinate conversion mechanism in this work. For example, what does the `s0` mean in `road/graphics.py`. The corresponding code...

For example, I have the road structure which is openstreetmap format (.osm) in the Interaction data set. Can I use this osm file to create an exactly same road environment...

enhancement
help wanted

Can the auther give more explanation about the part of linear programming. The code is shown as below: ` def performInverseReinforcementLearning( policy, gamma=0.5, l1=10): trans_probs=constructTransitionMatrix() conditions=[] c = np.zeros([3 *...