-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove padding agents using interface entities (#103)
* Init remove padding agents * Testing * Refactor out the controlled state * Fix the tests * Use by reference * Temp fix for map export * cleanup * Fix merge issues * Fix merge issues * make consts 6000 to pass tests * Use init counts for BVH * Remove unused function * Pass all tests * Set controlledstate * Zero out things * Zero padded agents out * Add a test.py for easy debugging * Better check for map drawing. * Set agents to 128 * Cycle through files in test.py * Rename InterfaceEntity to AgentInterfaceEntity * Only print dones * Remove debug checks * Separete out the observation systems * Sort interfaces * remove debug script * Remove debug statements * Minor improvements * Info tensor interface matches main * Correctly export response type and trajectory
- Loading branch information
1 parent
e3efd03
commit cdba83e
Showing
12 changed files
with
309 additions
and
271 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.