Draw agents as rotated rectangles#79
Merged
Merged
Conversation
43f45b4 to
4c3bd91
Compare
eugenevinitsky
approved these changes
Apr 15, 2024
eugenevinitsky
left a comment
Contributor
There was a problem hiding this comment.
So good, just the best
4c3bd91 to
3ccf040
Compare
aaravpandya
pushed a commit
that referenced
this pull request
Apr 15, 2024
aaravpandya
pushed a commit
that referenced
this pull request
Apr 17, 2024
aaravpandya
added a commit
that referenced
this pull request
May 4, 2024
* Update mgr.cpp * Fix viewer * Fix padding agent values on reset * Render padding agents too * Export valid state * Fix mean calculations (#84) * Local rendering (#79) * Add scale to road observations (#83) * Fix scale road issue * save progress * Looking good * Add json for viewer * Remove M_PI sub * Reintroduce means * Remove floor plane --------- Co-authored-by: SamanKazemkhani <skazemkhani@gmail.com>
wangbingke0
pushed a commit
to wangbingke0/gpudrive
that referenced
this pull request
Feb 13, 2026
wangbingke0
pushed a commit
to wangbingke0/gpudrive
that referenced
this pull request
Feb 13, 2026
* Update mgr.cpp * Fix viewer * Fix padding agent values on reset * Render padding agents too * Export valid state * Fix mean calculations (Emerge-Lab#84) * Local rendering (Emerge-Lab#79) * Add scale to road observations (Emerge-Lab#83) * Fix scale road issue * save progress * Looking good * Add json for viewer * Remove M_PI sub * Reintroduce means * Remove floor plane --------- Co-authored-by: SamanKazemkhani <skazemkhani@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This draws a rotated cube for each valid agent. By only drawing valid agents (as determined by
valid_state_tensor()), padding agents and expert-stepped agents in an invalid state (ie. a step whose positions is at(-10,000,-10,000)are elided.