Papers › Learning Synergies between Pushing and Grasping with Self-supervised Deep...

Learning Synergies between Pushing and Grasping with Self-supervised Deep Reinforcement Learning

27 Mar 2018arXiv:1803.09956archive 2025-07-28

Andy Zeng, Shuran Song, Stefan Welker, Johnny Lee, Alberto Rodriguez, Thomas Funkhouser

Skilled robotic manipulation benefits from complex synergies between non-prehensile (e.g. pushing) and prehensile (e.g. grasping) actions: pushing can help rearrange cluttered objects to make space for arms and fingers; likewise, grasping can help displace objects to make pushing movements more precise and collision-free. In this work, we demonstrate that it is possible to discover and learn these synergies from scratch through model-free deep reinforcement learning. Our method involves training two fully convolutional networks that map from visual observations to actions: one infers the utility of pushes for a dense pixel-wise sampling of end effector orientations and locations, while the other does the same for grasping. Both networks are trained jointly in a Q-learning framework and are entirely self-supervised by trial and error, where rewards are provided from successful grasps. In this way, our policy learns pushing motions that enable future grasps, while learning grasps that can leverage past pushes. During picking experiments in both simulation and real-world scenarios, we find that our system quickly learns complex behaviors amid challenging cases of clutter, and achieves better grasping success rates and picking efficiencies than baseline alternatives after only a few hours of training. We further demonstrate that our method is capable of generalizing to novel objects. Qualitative results (videos), code, pre-trained models, and simulation environments are available at http://vpg.cs.princeton.edu

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1803.09956")

Code

Syntology Ran 0 of 11 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run.

By repository: official repository: 4 samples from 1 repository, 0 ran; community (archive-listed): 7 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

andyzeng/visual-pushing-grasping officialmentioned on GitHubpytorchBSD-2-Clause report
cww97/visual-language-grasping mentioned on GitHubpytorchBSD-2-Clause report
jhu-lcsr/good_robot mentioned on GitHubpytorchBSD-2-Clause report
rebekkaorth/robotics_pick_n_place_masterproject mentioned on GitHubpytorchnot reachable when probed 2026-09-18 — repositories for recent papers often appear after camera-ready report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 0 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_affordance_vis andyzeng/visual-pushing-grasping/utils.py official repository unverified BSD-2-Clause (permissive) · 40580a929888a5e6 · report
get_heightmap andyzeng/visual-pushing-grasping/utils.py official repository unverified BSD-2-Clause (permissive) · c5da0ddce6880977 · report
get_pointcloud andyzeng/visual-pushing-grasping/utils.py official repository unverified BSD-2-Clause (permissive) · 2008ee658029d65e · report
get_rigid_transform andyzeng/visual-pushing-grasping/calibrate.py official repository unverified BSD-2-Clause (permissive) · 66b69e6aec040eec · report
check_success jhu-lcsr/good_robot/annotate_data.py community (archive-listed) unverified BSD-2-Clause (permissive) · 2f66e33eb753b345 · report
gaussian_augment jhu-lcsr/good_robot/annotate_data.py community (archive-listed) unverified BSD-2-Clause (permissive) · d13a0b08c052b275 · report
orientation_and_angle_to_push_direction jhu-lcsr/good_robot/old_robot.py community (archive-listed) unverified BSD-2-Clause (permissive) · cda60434af4d961f · report
rotate_pair jhu-lcsr/good_robot/annotate_data.py community (archive-listed) unverified BSD-2-Clause (permissive) · b13efc4d8c9255f5 · report
tile_vector_as_image_channels_torch jhu-lcsr/good_robot/models.py community (archive-listed) unverified BSD-2-Clause (permissive) · c3fb49ac0bbf4b2f · report
trunk_net jhu-lcsr/good_robot/models.py community (archive-listed) unverified BSD-2-Clause (permissive) · 74eb38f3b409fc2f · report
vector_block jhu-lcsr/good_robot/models.py community (archive-listed) unverified BSD-2-Clause (permissive) · 1d9bce5bd776f699 · report

Tasks

Deep Reinforcement LearningQ-LearningReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Q-Learning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections