-
Notifications
You must be signed in to change notification settings - Fork 494
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
Spot mobile gaze v2 #1691
Spot mobile gaze v2 #1691
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I left some minor naming suggestions.
Do we have test coverage for this feature set?
Hi Michael! Thank you so much for the review! I think the most important feature set in this PR is the ability to set the robot's base orientation and the location using object transformation. I added the test there, thank you! |
* add constraint if the robot is moving too far * refine gaze * fix placement issue * fix placement issue * fix rotation issue * fix current agent issue * clean up issue * add constrain on the ee location * select arm or base action * add a check to the camera looking down angles * address michael's comment * address * add pick spot as a training yanl * remove spot training test * add test --------- Co-authored-by: Jimmy Yang <[email protected]>
* add constraint if the robot is moving too far * refine gaze * fix placement issue * fix placement issue * fix rotation issue * fix current agent issue * clean up issue * add constrain on the ee location * select arm or base action * add a check to the camera looking down angles * address michael's comment * address * add pick spot as a training yanl * remove spot training test * add test --------- Co-authored-by: Jimmy Yang <[email protected]>
Motivation and Context
This PR refines training of the mobile gaze policy. It ensures the robot is penalized when the base is moving too far away from the object location.How Has This Been Tested
Training the mobile gaze policyTypes of changes
Checklist