-
Notifications
You must be signed in to change notification settings - Fork 0
Mello Teleop #16
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
base: main
Are you sure you want to change the base?
Mello Teleop #16
Conversation
*Referenced ur5e usd file from gcu_objects instead of downloads folder *Separated teleop mode code into their own cfgs for point_pos and pack_env *Added code back to make non teleop modes work again
Gripper not working correctly |
gcu_objects references local commit in submodule, push these changes first! |
Created pull request to merge the |
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.
Remove file, incomplete
).repeat(num_envs, 1) | ||
|
||
|
||
# gripper_vel = torch.zeros((delta_pose.shape[0], 1), dtype=torch.float, device=device) |
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.
Remove comments
# compute zero actions | ||
actions = torch.zeros(env.action_space.shape, device=env.unwrapped.device) | ||
|
||
actions[:, 6]= 0 |
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.
Remove all changes in this file
""" | ||
# process actions | ||
self.action_manager.process_action(action.to(self.device)) | ||
|
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.
undo whitespace changes, use the formatting tool pre-commit run --all-files
to format
This update primarily adds the teleoperation agent Mello and analog gripper command support. A "Teleoperation and Imitation Learning" section has been added to the README for Mello, but imitation learning content has not yet been included, as data collection for it has not been implemented.