IADD-TR Boosts Sample Efficiency in Model-Based Reinforcement Learning

Zefeng Liang, Jie Qiao, Ruichu Cai, Weilin Chen, Zhifeng Hao· August 12, 2026 View original

Key takeaways

  • IADD-TR improves sample efficiency in Model-Based Reinforcement Learning.
  • It decouples environment dynamics into action-intervention and action-free stages.
  • Targeted Regularization enhances policy gradient estimation robustness.
  • The framework achieves competitive returns on MuJoCo tasks with better sample efficiency.

Who benefits

RoboticsAutonomous VehiclesIndustrial AutomationGaming AILogistics

Summary

This paper introduces IADD-TR, a unified framework for Model-Based Reinforcement Learning (MBRL) that combines Intervention-Aware Dynamics Decoupling (IADD) and Targeted Regularization (TR). IADD-TR improves sample efficiency by factorizing transitions into action-intervention and action-free stages, and by augmenting the critic with a targeted loss, leading to competitive returns across various MuJoCo tasks.

Model-based reinforcement learning (MBRL) is a promising approach for achieving sample-efficient decision-making by learning environment dynamics to generate synthetic experience. However, many existing MBRL methods treat the transition model and critic as monolithic predictors, often overlooking the policy-induced data bias. This can lead to entanglement between actions and environmental evolution, and distorted counterfactual value estimates due to uneven action coverage. To address these challenges, researchers propose IADD-TR, a unified framework that combines Intervention-Aware Dynamics Decoupling (IADD) with Targeted Regularization (TR). IADD factorizes environmental transitions into two distinct stages: an action-intervention stage and an action-free natural evolution stage. It uses a zero-action anchor to ensure robust generalization and identifiable latent components. For policy learning, TR is derived from the efficient influence function of a replay-state policy-gradient functional. TR enhances the critic with an action-density-scaled residual correction and optimizes a targeted loss, resulting in doubly robust policy-gradient estimation. Extensive experiments on five MuJoCo tasks demonstrate that IADD-TR achieves competitive returns while significantly improving sample efficiency, making it a valuable advancement in MBRL.

Why it matters

AI researchers and engineers developing autonomous systems can achieve more sample-efficient and robust reinforcement learning models, accelerating development and reducing the need for extensive real-world interaction, which is crucial for complex and costly environments.

How to implement this in your domain

  1. 1Explore integrating IADD-TR into existing MBRL frameworks for improved sample efficiency.
  2. 2Apply the IADD component to decouple action effects from natural environment dynamics in learned models.
  3. 3Implement Targeted Regularization to enhance the robustness of policy gradient estimation in MBRL.
  4. 4Benchmark IADD-TR against current MBRL algorithms on relevant simulation environments or real-world robotic tasks.
  5. 5Train research teams on the principles of intervention-aware dynamics and targeted regularization for advanced RL development.

Original post by Zefeng Liang, Jie Qiao, Ruichu Cai, Weilin Chen, Zhifeng Hao

"arXiv:2608.10634v1 Announce Type: new Abstract: Model-based reinforcement learning (MBRL), which learns environment dynamics to generate synthetic experience, is a promising approach to sample-efficient decision making. Numerous methods have been developed to improve dynamics pre…"

View on X

Originally posted by Zefeng Liang, Jie Qiao, Ruichu Cai, Weilin Chen, Zhifeng Hao on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

TACTICL Compresses Tabular ICL Models, Retaining Adaptability.

TACTICL is an automated framework for compressing tabular in-context learning (ICL) models by jointly pruning transformer layers and replacing them with lightweight adapters. This method significantly reduces model size and computational demands while preserving robustness to data shifts and in-context adaptability.

Mykhailo Koshil, Matthias Feurer, Katharina EggenspergerAug 12, 2026
AI Engineering & DevToolsAI Research

MoE Proxy Models Cut LLM RL Debugging Costs.

This paper introduces Mixture-of-Experts (MoE) proxy models designed for low-cost reproduction and diagnosis of failures during Large Language Model (LLM) Reinforcement Learning (RL) post-training. These proxy models significantly reduce computational resources and time needed for debugging, while accurately preserving training dynamics and fault responses.

Yikai Wang, Chuansai Zhou, Yuhang Zhou, Weiqiang Wu, Cong Wu, Yue Deng, Ben Feng, Mingming Zhu, Beirong Zhou, Zhibin Wang, Sheng Zhong, Chen Tian, Wangze ZhangAug 12, 2026
AI Engineering & DevToolsAI Research

New Algorithm Boosts Stochastic Optimal Control Efficiency.

This paper introduces Path Integral Value Matching (PI-VM), a novel value-based algorithm for Linear Quadratic Stochastic Optimal Control (LQ-SOC) that significantly improves computational efficiency and stability. By deriving a temporal recursive form of the value function and integrating Girsanov theorem with experience replay, PI-VM matches state-of-the-art precision with order-of-magnitude efficiency gains.

Bangyan Liao, Chenglei Yu, Yuchen Yang, Chuanrui Wang, Zhisheng Song, Peidong Liu, Tailin WuAug 12, 2026