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
In the code, env.step(action) sends two commands for the motion of the Prius: the first is linear velocity, but it is not clear what the second command does: if it is angular velocity (as we assumed), the observations indicate very different values from the ones we command (however, the observed linear velocity is as expected). It would be very helpful if you could indicate what the second field is commanding to the vehicle (angular velocity or perhaps steering angle?).
The text was updated successfully, but these errors were encountered:
In the code,
env.step(action)
sends two commands for the motion of the Prius: the first is linear velocity, but it is not clear what the second command does: if it is angular velocity (as we assumed), the observations indicate very different values from the ones we command (however, the observed linear velocity is as expected). It would be very helpful if you could indicate what the second field is commanding to the vehicle (angular velocity or perhaps steering angle?).The text was updated successfully, but these errors were encountered: