Papers › Autoregressive Action Sequence Learning for Robotic Manipulation

Autoregressive Action Sequence Learning for Robotic Manipulation

4 Oct 2024arXiv:2410.03132archive 2025-07-28

Xinyu Zhang, YuHan Liu, Haonan Chang, Liam Schramm, Abdeslam Boularias

Designing a universal policy architecture that performs well across diverse robots and task configurations remains a key challenge. In this work, we address this by representing robot actions as sequential data and generating actions through autoregressive sequence modeling. Existing autoregressive architectures generate end-effector waypoints sequentially as word tokens in language modeling, which are limited to low-frequency control tasks. Unlike language, robot actions are heterogeneous and often include continuous values -- such as joint positions, 2D pixel coordinates, and end-effector poses -- which are not easily suited for language-based modeling. Based on this insight, we introduce a straightforward enhancement: we extend causal transformers' single-token prediction to support predicting a variable number of tokens in a single step through our Chunking Causal Transformer (CCT). This enhancement enables robust performance across diverse tasks of various control frequencies, greater efficiency by having fewer autoregression steps, and lead to a hybrid action sequence design by mixing different types of actions and using a different chunk size for each action type. Based on CCT, we propose the Autoregressive Policy (ARP) architecture, which solves manipulation tasks by generating hybrid action sequences. We evaluate ARP across diverse robotic manipulation environments, including Push-T, ALOHA, and RLBench, and show that ARP, as a universal architecture, matches or outperforms the environment-specific state-of-the-art in all tested benchmarks, while being more efficient in computation and parameter sizes. Videos of our real robot demonstrations, all source code and the pretrained models of ARP can be found at http://github.com/mlzxy/arp.

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="2410.03132")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · violated contract; 12 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mlzxy/arp officialmentioned in papermentioned on GitHubpytorch 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

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

1ran · violated contract
12ran
1unverified

Licence: 14 of the 14 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 mlzxy/arp. “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.

clamp_dtype_min_max mlzxy/arp/arp.py official repository ran no licence file found · pointer only · 52cb083050aad0ff · report
collate_function mlzxy/arp/real-robot/dataset.py official repository ran no licence file found · pointer only · 660582c609c97dc1 · report
compute_grad_norm mlzxy/arp/pusht/diffusion_policy/workspace/arp_workspace.py official repository ran no licence file found · pointer only · 26138c3deb291289 · report
draw_dots mlzxy/arp/real-robot/network.py official repository ran no licence file found · pointer only · 592b2fb13ef10109 · report
embed_position_2d mlzxy/arp/rlb/act_policy.py official repository ran no licence file found · pointer only · 5901d2ad4516a9f9 · report
encode_time mlzxy/arp/rlb/dataset.py official repository ran fingerprinted no licence file found · pointer only · f6325b96fd123b19 · report
flatten_per_chunk_dict mlzxy/arp/arp.py official repository ran no licence file found · pointer only · c2d126cc4383f19e · report
get_joint_project_pos_from_env mlzxy/arp/aloha/compute_waypoints.py official repository ran no licence file found · pointer only · 07490f376abb05ce · report
modulate mlzxy/arp/arp.py official repository ran fingerprinted no licence file found · pointer only · 1dd604075a25b3e3 · report
pair mlzxy/arp/real-robot/vit.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 6ba8cee9f5daea41 · report
pose_to_T mlzxy/arp/real-robot/wrench.py official repository ran no licence file found · pointer only · b80f0d88c2510cdf · report
project_joint_positions mlzxy/arp/aloha/compute_waypoints.py official repository ran fingerprinted no licence file found · pointer only · 4882583874a940e5 · report
read_joint_xpos mlzxy/arp/aloha/compute_waypoints.py official repository ran no licence file found · pointer only · 1d43c260d6c62eb0 · report
get_demo_essential_info mlzxy/arp/rlb/dataset.py official repository unverified no licence file found · pointer only · 324e3eae18d2d75c · report

Tasks

ChunkingLanguage ModelingLanguage ModellingRobot Manipulation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Robot Manipulation RLBench ARP+ Succ. Rate (18 tasks, 100 demo/task) 84.9 #3 of 18 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPECCTConvolutionDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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