Open XuChang-c opened 3 years ago
Hi, you can find the description of the observation space here. In particular:
image
: is a concatenation of tree RGB camera images, along width axis.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?