Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the form of input data #4

Open
XuChang-c opened this issue Jul 23, 2021 · 1 comment
Open

the form of input data #4

XuChang-c opened this issue Jul 23, 2021 · 1 comment

Comments

@XuChang-c
Copy link

Hi, can you tell me the form of the observation, such as vehicle. Is it speed and location?

@Luca96
Copy link
Owner

Luca96 commented Jul 23, 2021

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.
  • road: see the link.
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants