I'm looking into using demonstrations for Table-Top 2 Finger Gripper Tasks. On the tasks page in the documentation, it says these single-arm tasks have demonstrations available:
"PushCube-v1"
"PickCube-v1"
"PushT-v1"
"StackCube-v1"
"RollBall-v1"
"PullCube-v1"
"PokeCube-v1"
"LiftPegUpright-v1"
"PegInsertionSide-v1"
"PullCubeTool-v1"
However, when using python -m mani_skill.utils.download_demo <env_id> to download demos as instructed in the documentation, for most tasks I only get a folder named rl containing trajectories from presumably from a trained rl policy. I can only find demo trajectories within motionplanning folder for these tasks:
"PegInsertionSide-v1"
"PickCube-v1"
"PushCube-v1"
"PullCubeTool-v1"
"StackCube-v1"
Am I doing something wrong when downloading? Or are demonstrations not available yet?