Imagine you learned to parallel park entirely in a video game — no real car, no real curbs, just a physics engine and synthetic traffic. Then someone hands you the keys to a truck in a crowded parking lot and says go. That's the core bet of this paper: train a robot arm to navigate a cutter through tangled tree branches using only simulated orchards and synthetic data, then deploy it in real commercial orchards without any fine-tuning. The mechanism is optical flow from a wrist-mounted camera, not full 3D reconstruction, which sidesteps one of the hardest problems in outdoor robotics. The committed claim: an end-to-end pipeline — from synthetic tree mesh generation through physics simulation through a novel hybrid reinforcement learning algorithm — that produces a closed-loop visuomotor pruning controller capable of zero-shot sim-to-real transfer. The hybrid RL approach combines offline demonstrations (collected via automated motion planning in simulation) with online simulated rollouts, letting the policy see both expert behavior and its own exploratory mistakes. This is not the first sim-to-real transfer paper, but it is the first to demonstrate it for the specific task of pruning in planar orchard training systems (V-Trellis apples and UFO cherries). The numbers are honest but sobering. In exhaustive simulated evaluations over 3,000 pruning points, success rates hit 49.9% on V-Trellis apples and 46.0% on UFO cherries. That's roughly a coin flip per cut point — useful for a first demonstration, but nowhere near the reliability needed for unsupervised commercial deployment. The 38 physical trials (28 outdoor field, 10 indoor lab) validate that the policy transfers at all, which is the real contribution. The learned policy also beats an RRT-Connect motion planning baseline on physical hardware in lab trials, though the paper is less forthcoming about quantifying that margin across all conditions. Architecturally, this lives in the sim-to-real reinforcement learning family — specifically the offline-to-online hybrid RL subgenre that has gained traction since 2022. The key structural choice is using optical flow rather than point clouds or depth maps as the visual input modality. This is computationally cheap and sidesteps the brittleness of outdoor 3D reconstruction under variable lighting and occlusion, but it trades away explicit spatial reasoning. The synthetic data pipeline (procedural tree meshes fed into a physics simulator) is load-bearing infrastructure — the policy can only be as good as the simulator's fidelity to real branch mechanics. Integrity is mixed. The 3,000-point simulated evaluation is thorough, but the physical validation is 38 trials — enough to demonstrate transfer feasibility, not enough for statistical confidence on success rates. The RRT-Connect baseline comparison is welcome but limited to lab conditions. There's no comparison against other learned policies or against the most recent sim-to-real manipulation methods from the broader robotics community. The paper is honest about its success rates, which counts for something. The milestone that matters for this line of work is roughly 85-90% pruning success in field conditions — the threshold where a robot becomes economically viable against human labor for dormant pruning. At ~48% simulated and unquantified (but demonstrated) real-world success, there's a substantial gap. Closing it likely requires both better simulation fidelity and domain adaptation techniques the authors haven't yet deployed. The obvious next experiment is scaling to non-planar tree architectures. Planar training systems (V-Trellis, UFO) are geometrically the easiest case — branches are roughly coplanar. Real-world orchards include central leader, open vase, and spindle systems where branches occupy full 3D space. The authors likely stayed with planar systems because the optical-flow-only approach would struggle badly in fully 3D canopies, and because their synthetic tree generator is tuned for planar geometries. This is a reasonable scope decision, not a hidden failure — but it bounds the generality of the contribution.