paper-with-me

Papers

Enhancing Policy Learning with World-Action Model

2026-03-30 · Yuci Han, Alper Yilmaz arxiv

This paper presents the World-Action Model (WAM), an action-regularized world model that jointly reasons over future visual observations and the actions that drive state transitions. Unlike conventional world models trained solely via image prediction, WAM incorporates an inverse dynamics objective into DreamerV2 that predicts actions from latent state transitions, encouraging the learned representations to capture action-relevant structure critical for downstream control. We evaluate WAM on enhancing policy learning across eight manipulation tasks from the CALVIN benchmark. We first pretrain a diffusion policy via behavioral cloning on world model latents, then refine it with model-based PPO inside the frozen world model. Without modifying the policy architecture or training procedure, WAM improves average behavioral cloning success from 59.4% to 71.2% over DreamerV2 and DiWA baselines. After PPO fine-tuning, WAM achieves 92.8% average success versus 79.8% for the baseline, with two tasks reaching 100%, using 8.7x fewer training steps.

📄 PDF Abstract BibTeX arXiv:2603.28955

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WPT: World-to-Policy Transfer via Online World Model Distillation

2025-11-25 · Guangfeng Jiang, Yueru Luo, Jun Liu, Yi Huang 외 arxiv

Recent years have witnessed remarkable progress in world models, which primarily aim to capture the spatio-temporal correlations between an agent's actions and the evolving environment. However, existing approaches often…

HiPolicy: Hierarchical Multi-Frequency Action Chunking for Policy Learning

2026-04-07 · Jiyao Zhang, Zimu Han, Junhan Wang, Xionghao Wu 외 arxiv

Robotic imitation learning faces a fundamental trade-off between modeling long-horizon dependencies and enabling fine-grained closed-loop control. Existing fixed-frequency action chunking approaches struggle to achieve b…

Solving a Real-World Optimization Problem Using Proximal Policy Optimization with Curriculum Learning and Reward Engineering

2024-04-03 · Abhijeet Pendyala, Asma Atamna, Tobias Glasmachers

We present a proximal policy optimization (PPO) agent trained through curriculum learning (CL) principles and meticulous reward engineering to optimize a real-world high-throughput waste sorting facility. Our work addres…

Do You Need Proprioceptive States in Visuomotor Policies?

2025-09-23 · Juntu Zhao, Wenbo Lu, Di Zhang, Yufeng Liu 외 arxiv

Imitation-learning-based visuomotor policies have been widely used in robot manipulation, where both visual observations and proprioceptive states are typically adopted together for precise control. However, in this stud…

Robot Manipulation

Enhancing Diffusion Policy with Classifier-Free Guidance for Temporal Robotic Tasks

2025-10-10 · Yuang Lu, Song Wang, Xiao Han, Xuri Zhang 외 arxiv

Temporal sequential tasks challenge humanoid robots, as existing Diffusion Policy (DP) and Action Chunking with Transformers (ACT) methods often lack temporal context, resulting in local optima traps and excessive repeti…