{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/dextreme-transfer-of-agile-in-hand","title":"DeXtreme: Transfer of Agile In-hand Manipulation from Simulation to Reality","arxiv_id":"2210.13702","date":"2022-10-25","proceeding":null,"authors":["Ankur Handa","Arthur Allshire","Viktor Makoviychuk","Aleksei Petrenko","Ritvik Singh","Jingzhou Liu","Denys Makoviichuk","Karl Van Wyk","Alexander Zhurkevich","Balakumar Sundaralingam","Yashraj Narang","Jean-Francois Lafleche","Dieter Fox","Gavriel State"],"abstract":"Recent work has demonstrated the ability of deep reinforcement learning (RL) algorithms to learn complex robotic behaviours in simulation, including in the domain of multi-fingered manipulation. However, such models can be challenging to transfer to the real world due to the gap between simulation and reality. In this paper, we present our techniques to train a) a policy that can perform robust dexterous manipulation on an anthropomorphic robot hand and b) a robust pose estimator suitable for providing reliable real-time information on the state of the object being manipulated. Our policies are trained to adapt to a wide range of conditions in simulation. Consequently, our vision-based policies significantly outperform the best vision policies in the literature on the same reorientation task and are competitive with policies that are given privileged state information via motion capture systems. Our work reaffirms the possibilities of sim-to-real transfer for dexterous manipulation in diverse kinds of hardware and simulator setups, and in our case, with the Allegro Hand and Isaac Gym GPU-based simulation. Furthermore, it opens up possibilities for researchers to achieve such results with commonly-available, affordable robot hands and cameras. Videos of the resulting policy and supplementary information, including experiments and demos, can be found at https://dextreme.org/","url_abs":"https://arxiv.org/abs/2210.13702v2","url_pdf":"https://arxiv.org/pdf/2210.13702v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"dextreme-transfer-of-agile-in-hand","repo_url":"https://github.com/Denys88/rl_games","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"dextreme-transfer-of-agile-in-hand","repo_url":"https://github.com/NVIDIA-Omniverse/IsaacGymEnvs","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"NOASSERTION"}}],"tasks":[{"task_slug":"deep-reinforcement-learning","task_name":"Deep Reinforcement Learning"},{"task_slug":null,"task_name":"GPU"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2210.13702","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2210.13702"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/NVIDIA-Omniverse/IsaacGymEnvs","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Denys88/rl_games","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":1,"ran_draft_wrong":2,"unverified":3},"by_repo_kind":{"official":{"samples":6,"ran":3,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"3393350fcd53af55","entry":"rescale_actions","repo":"Denys88/rl_games","repo_kind":"official","path":"rl_games/algos_torch/players.py","file_url":"https://github.com/Denys88/rl_games/blob/HEAD/rl_games/algos_torch/players.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3393350fcd53af55"}},{"code_sha256_prefix":"fd421307a7e4cede","entry":"symexp","repo":"Denys88/rl_games","repo_kind":"official","path":"rl_games/algos_torch/layers.py","file_url":"https://github.com/Denys88/rl_games/blob/HEAD/rl_games/algos_torch/layers.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fd421307a7e4cede"}},{"code_sha256_prefix":"3e346b9b00ea8169","entry":"symlog","repo":"Denys88/rl_games","repo_kind":"official","path":"rl_games/algos_torch/layers.py","file_url":"https://github.com/Denys88/rl_games/blob/HEAD/rl_games/algos_torch/layers.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3e346b9b00ea8169"}},{"code_sha256_prefix":"3d08114056d317e1","entry":"apply_sigma_parametrization","repo":"Denys88/rl_games","repo_kind":"official","path":"rl_games/algos_torch/models.py","file_url":"https://github.com/Denys88/rl_games/blob/HEAD/rl_games/algos_torch/models.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3d08114056d317e1"}},{"code_sha256_prefix":"a2835ac0fa2b6640","entry":"flatten_to_tuple","repo":"Denys88/rl_games","repo_kind":"official","path":"rl_games/algos_torch/flatten.py","file_url":"https://github.com/Denys88/rl_games/blob/HEAD/rl_games/algos_torch/flatten.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a2835ac0fa2b6640"}},{"code_sha256_prefix":"75f087b5d3b3ee91","entry":"read_sigma_bounds","repo":"Denys88/rl_games","repo_kind":"official","path":"rl_games/algos_torch/network_builder.py","file_url":"https://github.com/Denys88/rl_games/blob/HEAD/rl_games/algos_torch/network_builder.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"75f087b5d3b3ee91"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}