-
Notifications
You must be signed in to change notification settings - Fork 55
feat: add more scenarios to o3de manipulation benchmark #452
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
Merged
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
d1deed3
feat: add ManipulationTask
jmatejcz 62ff34f
feat: add helper funtions to find clusters in objects
jmatejcz 022c664
feat: add GroupVegetablesTask
jmatejcz ebc6368
style: formatting change
jmatejcz 605d404
chore: add licenses to new files
jmatejcz 057f44c
refactor: adjusted GroupVegetablesTask to rebased code
jmatejcz ce02683
moved common logic to ManipulationTask
jmatejcz 260a732
feat: added 5th scene
jmatejcz 02673e0
style: variables naming correction
jmatejcz 92f08f5
feat: added build tower task
jmatejcz 5aee1b2
style: naming changes
jmatejcz 21e9577
feat: add buildtower sub tasks
jmatejcz 7c61378
refactor: add Entity Generic to do calculations not only on Spawned E…
jmatejcz 070e3da
style: adjust formatting
jmatejcz 18d5268
fix: config validation now correctly takes entites
jmatejcz 7e0767f
feat: add new cube scenes
jmatejcz 3b1f5b0
feat: parametrize MoveObjectsToLeftTask to take object types as argument
jmatejcz b2dfe02
feat : parametrize GroupObjectsTask to take object types as argument
jmatejcz 8b12098
refactor: delete unused code from tasks
jmatejcz e537f00
refactor: increased recusrsion limit for agent
jmatejcz 28fe3d9
feat: parametrize BuildTowetTask to take objects types as arguments
jmatejcz ed74526
feat: add new scenes
jmatejcz b8797bd
fix: adjust validation in MoveObjectToLeftTask
jmatejcz 950b999
test: basic test for Task helper methods
jmatejcz c6d3828
test: basic buildTowerTask tests
jmatejcz 8a07171
fix: adjust calculations in Task helper methods
jmatejcz 1ca37e8
refactor: score calculation in BuildCubeTowerTask
jmatejcz ba8f3d4
fix: multiple towers test fix
jmatejcz 32e8cd9
refactor: distance parameters as args
jmatejcz d7befc5
test: basic GroupObjectsTask tests
jmatejcz 273089b
fix: tasks now properly take all entities for calculations
jmatejcz 5bd9e8f
fix: properly count initial objects
jmatejcz f317b53
style: added docstrings to benchmark_model
jmatejcz 5bee263
refactor: moved distance args to tasks' constructors
jmatejcz 3ee57e4
feat: add place object at coords task with unit tests
jmatejcz 8c8fa60
test: add tests for place cubes task and move to left task
jmatejcz b3ffee3
feat: add change orientation task with unit tests
jmatejcz 19722e2
feat: add new easy simulaiton configs
jmatejcz acd2141
feat: group scenarios into trivial and easy packets
jmatejcz a36367a
chore: deleted old scenes
jmatejcz f1fbe1c
style: added note about meters
jmatejcz 5991007
feat: add more medium and hard simulation configs
jmatejcz 278bf3e
feat: add scenarios packets of medium, hard, and very hard level
jmatejcz 9fa4cc6
style: adjusted naming od rotateObjectTask file
jmatejcz 88d4fc3
feat: update README
jmatejcz adabfcd
style: adjust comments naming and logs
jmatejcz 819030f
refactor: longer wait for stack readiness
jmatejcz dad094f
style: removed type ignores from imports and loggers
jmatejcz 8e52e96
style: adjusted doctrings and README
jmatejcz a027b4f
refactor: applied suggested changes to code and notes
jmatejcz 61ff25b
refactor: run all scenarios by default
jmatejcz eac8463
style: add example to group_entities_along_z_axis
jmatejcz 90ec22f
style: add links in README
jmatejcz 3dcfa1c
fix: loop though all scenarios
jmatejcz 6355bb6
refactor: changed MoveObjectsToLeftTask prompt to be more understandable
jmatejcz f6984dd
refactor: moved validating config before creating scenario
jmatejcz 91105b3
refactor: added maximum allowable displacement to buildTowerTask
jmatejcz c27cb8b
style: README capslock title removed
jmatejcz 19a6bbe
test: add tests for not allowed displacement and types to buildTowerTask
jmatejcz 75d024a
refactor: adjust launching binaries to match new binaries
jmatejcz 4b0b0de
feat: reseting arm to base position after scenario
jmatejcz 2990ed6
feat: include binaries links in README
jmatejcz f446547
fix: arm reset and cleanup in o3de manipulation benchmark (#481)
boczekbartek 778b3b7
feat: add example config
boczekbartek e7bde7c
docs: improve benchmark readme
boczekbartek f094bd0
chore: pre-commit
boczekbartek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.