sisl / ngsim_env

Learning human driver models from NGSIM data with imitation learning.

Home Page:https://arxiv.org/abs/1803.01044

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A couple of questions about your original paper.

harvey-wei opened this issue · comments

  1. Why isn't vehicle dynamics assumed to be x_{t+1} = x_{t} + v_{t} \Delta t + 1/2 a (\Delta t)^2?
  2. The standard deviation of x_{t+1} should be \sigma_{IDM} \Delta t^2 / 2 instead of \sigma_{IDM} \Delta t^2 indicated in the paper.