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

Object Heights #305

Closed
wants to merge 13 commits into from
Closed

Object Heights #305

wants to merge 13 commits into from

Conversation

nadarenator
Copy link
Collaborator

This PR adds support to read object heights from json and make them available via corresponding tensor exports in gpudrive.

@nadarenator
Copy link
Collaborator Author

nadarenator commented Dec 2, 2024

Todo:

  • use VehicleSize struct.
  • init correctly in level_gen.cpp.

@nadarenator nadarenator marked this pull request as ready for review December 3, 2024 23:05
@daphne-cornelisse
Copy link
Contributor

Just realized that this may negatively impact RL training with the current dataset. Can we merge this after we update the dataset?

@eugenevinitsky
Copy link
Contributor

Why would this negatively impact training? Is it just a slight increase in the size of the observation?

@daphne-cornelisse
Copy link
Contributor

Just realized that this may negatively impact RL training with the current dataset. Can we merge this after we update the dataset?

I think the current (nocturne) dataset doesn't have a field for vehicle heights, so the indices may be different.

src/level_gen.cpp Outdated Show resolved Hide resolved
@daphne-cornelisse
Copy link
Contributor

Can you rebase this over main so I can run some tests? Thanks!

@nadarenator
Copy link
Collaborator Author

Can you rebase this over main so I can run some tests? Thanks!

It's on the latest main commit already so you should be able to run tests!

@nadarenator
Copy link
Collaborator Author

These changes were merged to a different pr.

@nadarenator nadarenator deleted the feat/object_heights branch December 28, 2024 04:33
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

Successfully merging this pull request may close these issues.

4 participants