Updates robomimic config for Franka-Lift environment#69
Conversation
Enlarge the hard coded success range from 0.002 to 0.02 Update from object_positions to object_relative_tool_positions in bc obs
|
Are you able to train a policy through imitation learning with these changes? I think in the earlier version, object_positions were the object pose in the environment frame, not relative to tool frame. |
|
I actually did not succeed in training a policy to grab the tube with behavior cloning. But I thought it was because of the bad demonstrations I provided. And yes, in the earlier version So maybe it's better to stick to the previous setting and use |
|
Training with human data can indeed be challenging. I recommend checking this paper on tips for imitation learning Maybe to check if the observations make sense, you can collect data with the state machine and see how it performs. It would be easier to collect data that way. I will test your PR later this week or early next week. |
Mayankm96
left a comment
There was a problem hiding this comment.
Looks good. Would need to attempt re-training again but will do that when the time comes.
# Description Adds in unittests for terrain importers. check that all three import function work and generate meshes of correct size and the balls dropped on mesh do not fall through it. Fixes #54 ## Type of Change - New feature (non-breaking change which adds functionality) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file --------- Signed-off-by: James Smith <142246516+jsmith-bdai@users.noreply.github.com> Co-authored-by: James Smith <jsmith@theaiinstitute.com>
…c-sim#69) # Description Adds in unittests for terrain importers. check that all three import function work and generate meshes of correct size and the balls dropped on mesh do not fall through it. Fixes isaac-sim#54 ## Type of Change - New feature (non-breaking change which adds functionality) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file --------- Signed-off-by: James Smith <142246516+jsmith-bdai@users.noreply.github.com> Co-authored-by: James Smith <jsmith@theaiinstitute.com>
…c-sim#69) # Description Adds in unittests for terrain importers. check that all three import function work and generate meshes of correct size and the balls dropped on mesh do not fall through it. Fixes isaac-sim#54 ## Type of Change - New feature (non-breaking change which adds functionality) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file --------- Signed-off-by: James Smith <142246516+jsmith-bdai@users.noreply.github.com> Co-authored-by: James Smith <jsmith@theaiinstitute.com>
Description
object_positionstoobject_relative_tool_positionsin lift_bc.json and lift_bcq.json, to match with the configuration in lift_cfg.pyFixes #68
Type of change
Checklist
pre-commitchecks with./orbit.sh --formatconfig/extension.tomlfile: Not applicable