SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2206.06289 · ICLR · 2022

Silver-Bullet-3D at ManiSkill 2021: Learning-from-Demonstrations and Heuristic Rule-based Methods for Object Manipulation

Qi Cai, Yingwei Pan, Ting Yao, Tao Mei, Zhaofan Qiu, Yehao Li, Yiheng Zhang, Fuchen Long

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 14 functions out of this paper's own repositories and ran 13 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
caiqi/silver-bullet-3d canonical 11 of 12
sapientinc/HRM-Text extension 2 of 2
FunctionStatusWhere it lives
pdist Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("50f7402e49731c82")
ActArmRelease Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("7132cab36116d393")
ActFixedMove Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("79d47c0c8da3109e")
ActHoldingUp Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("d80b067eb97d6428")
ActInitPose Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("2d2992630a0eed08")
ActMoveToPlatformRot Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("a0bb4172e3415417")
ActMoveToPlatformXY Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("6d044060eacc2c5c")
ActTurnToBucket Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("c95473914639c450")
ArmFeedBack Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("9bf9fec5a21e32dc")
BaseAction Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("4b9ec5497eb219fa")
convert_state_dict Ran sapientinc/HRM-Text/conversion/convert_to_hf.py
code served (permissive licence) · get_code("ff745cab86d0a58b")
get_action Ran caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("0014de01d1e10092")
remap_key Ran sapientinc/HRM-Text/conversion/convert_to_hf.py
code served (permissive licence) · get_code("9e3be5675ac03821")
BucketPolicy Not yet run caiqi/silver-bullet-3d/No_Restriction/user_solution_bucket.py
pointer only (licence: NONE) · get_code("d69369bafc56a7ed")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

This paper presents an overview and comparative analysis of our systems designed for the following two tracks in SAPIEN ManiSkill Challenge 2021 1 : No Interaction Track: The No Interaction track targets for learning policies from pre-collected demonstration trajectories. We investigate both imitation learningbased approach, i.e., imitating the observed behavior using classical supervised learning techniques, and offline reinforcement learning-based approaches, for this track. Moreover, the geometry and texture structures of objects and robotic arms are exploited via Transformer-based networks to facilitate imitation learning. No Restriction Track: In this track, we design a Heuristic Rule-based Method (HRM) to trigger high-quality object manipulation by decomposing the task into a series of sub-tasks. For each sub-task, the simple rule-based controlling strategies are adopted to predict actions that can be applied to robotic arms. To ease the implementations of our systems, all the source codes and pre-trained models are available at https://github.com/caiqi/ Silver-Bullet-3D/.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2206.06289")
get_code_for_paper("2206.06289")
have("2206.06289")

Connect an agent — have() is free.