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
vehicle: comprises vehicle's speed, throttle, brake, and (cosine) similarity with the road waypoint.
navigation: includes next road locations that the agent has to reach.
The actual position of the vehicle is not included in the observation space, but you can retrieve it by calling get_location() from a vehicle instance: you find it in CARLAEnv for example.
Hi, can you tell me the form of the observation, such as vehicle. Is it speed and location?
The text was updated successfully, but these errors were encountered: