Custom MimicEnvCfg environment for Franka Lift Cube Task #4006
Unanswered
adityadutt09
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to work through creating a Custom Mimic environment for the Lift task using the Franka, so that I can collect demonstrations -> annotate them -> then generate a large dataset.
For this I am attempting the following:
lift_cube_sm.pyscript by modifying it to add recording functionality and store a small dataset of 10 demos as a replacement to collecting teleop demos.FrankaCubeLiftIKAbsMimicEnvCfgandFrankaCubeLiftIKAbsMimicEnvclass to allow me to useannotate_demos.pyand subsequentlygenerate_dataset.py.Problem:
generate_dataset.pyon my annotated demo file after usingannotate_demos.pywith--autoflag on.I am able to get the example dataset provided here for the Franka Cube Stack working with the
annotate_demos.pyandgenerate_dataset.pyscripts, so I suspect the problem is in how I am defining my EnvCfg or how I am storing the recorded/annotated datasets.Modified Code
lift_cube_sm.py(Added recording functionality + disabled observation corruption and resampling of the object goal pose)franka_lift_ik_abs_mimic_env_cfg.pyAnd
franka_lift_ik_abs_mimic_env.pyThe 2 main errors I see are:
generate_dataset.pythe code hangs after loading the demos into the datagen info pool:The main differences between the example approach and my approach are:
Would really appreciate feedback or some guidance on how to make this work!
Beta Was this translation helpful? Give feedback.
All reactions