Skip to content

Commit 87d602d

Browse files
committed
fix: use authentic xGPU task thumbnails
1 parent 472ac39 commit 87d602d

18 files changed

Lines changed: 34 additions & 12 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The four JPG task thumbnails are still frames extracted from the official
2+
ManiSkill environment demo videos:
3+
4+
https://github.com/haosulab/ManiSkill/tree/main/figures/environment_demos
5+
6+
Upstream project: ManiSkill, Copyright the ManiSkill contributors.
7+
Distributed by the upstream project under the Apache License 2.0.
101 KB
Loading
84.7 KB
Loading
85.9 KB
Loading
85.5 KB
Loading

modelscope-space/hands-on-modern-rl-experiment08-maniskill/space_runtime.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ def _task(key: str, env_id: str, title: str, zh: str, description: str, descript
9090

9191

9292
TASKS = [
93-
_task("push-cube", "PushCube-v1", "PushCube · Panda", "PushCube · 熊猫机械臂", "Push the cube to the marked goal position.", "将方块推到标记的目标位置。", "7D end-effector delta pose", "assets/maniskill-push.svg", 100_000, 0.8),
94-
_task("pick-cube", "PickCube-v1", "PickCube · Panda", "PickCube · 熊猫机械臂", "Grasp a cube and lift it to a target pose.", "抓住方块并将其抬升到目标位姿。", "7D end-effector delta pose + gripper", "assets/maniskill-pick.svg", 150_000, 0.9),
95-
_task("stack-cube", "StackCube-v1", "StackCube · Panda", "StackCube · 熊猫机械臂", "Pick up one cube and stack it stably on another.", "拾取一个方块,并将它稳定叠放在另一个方块上。", "7D end-effector delta pose + gripper", "assets/maniskill-stack.svg", 250_000, 0.95),
96-
_task("peg-insertion", "PegInsertionSide-v1", "PegInsertionSide · Panda", "PegInsertionSide · 熊猫机械臂", "Align a peg and insert it into a horizontal socket.", "对齐插销,并把它插入水平插座。", "7D end-effector delta pose + gripper", "assets/maniskill-peg.svg", 300_000, 0.95),
93+
_task("push-cube", "PushCube-v1", "PushCube · Panda", "PushCube · 熊猫机械臂", "Push the cube to the marked goal position.", "将方块推到标记的目标位置。", "7D end-effector delta pose", "assets/maniskill-push.jpg", 100_000, 0.8),
94+
_task("pick-cube", "PickCube-v1", "PickCube · Panda", "PickCube · 熊猫机械臂", "Grasp a cube and lift it to a target pose.", "抓住方块并将其抬升到目标位姿。", "7D end-effector delta pose + gripper", "assets/maniskill-pick.jpg", 150_000, 0.9),
95+
_task("stack-cube", "StackCube-v1", "StackCube · Panda", "StackCube · 熊猫机械臂", "Pick up one cube and stack it stably on another.", "拾取一个方块,并将它稳定叠放在另一个方块上。", "7D end-effector delta pose + gripper", "assets/maniskill-stack.jpg", 250_000, 0.95),
96+
_task("peg-insertion", "PegInsertionSide-v1", "PegInsertionSide · Panda", "PegInsertionSide · 熊猫机械臂", "Align a peg and insert it into a horizontal socket.", "对齐插销,并把它插入水平插座。", "7D end-effector delta pose + gripper", "assets/maniskill-peg.jpg", 300_000, 0.95),
9797
]
9898

9999

81.9 KB
Loading
81.9 KB
Loading
81.9 KB
Loading
81.9 KB
Loading

0 commit comments

Comments
 (0)