paper-with-me

홈 › Papers

Backward Imitation and Forward Reinforcement Learning via Bi-directional Model Rollouts

2022-08-04 · Yuxin Pan, Fangzhen Lin

Traditional model-based reinforcement learning (RL) methods generate forward rollout traces using the learnt dynamics model to reduce interactions with the real environment. The recent model-based RL method considers the way to learn a backward model that specifies the conditional probability of the previous state given the previous action and the current state to additionally generate backward rollout trajectories. However, in this type of model-based method, the samples derived from backward rollouts and those from forward rollouts are simply aggregated together to optimize the policy via the model-free RL algorithm, which may decrease both the sample efficiency and the convergence rate. This is because such an approach ignores the fact that backward rollout traces are often generated starting from some high-value states and are certainly more instructive for the agent to improve the behavior. In this paper, we propose the backward imitation and forward reinforcement learning (BIFRL) framework where the agent treats backward rollout traces as expert demonstrations for the imitation of excellent behaviors, and then collects forward rollout transitions for policy reinforcement. Consequently, BIFRL empowers the agent to both reach to and explore from high-value states in a more efficient manner, and further reduces the real interactions, making it potentially more suitable for real-robot learning. Moreover, a value-regularized generative adversarial network is introduced to augment the valuable states which are infrequently received by the agent. Theoretically, we provide the condition where BIFRL is superior to the baseline methods. Experimentally, we demonstrate that BIFRL acquires the better sample efficiency and produces the competitive asymptotic performance on various MuJoCo locomotion tasks compared against state-of-the-art model-based methods.

📄 PDF Abstract BibTeX arXiv:2208.02434

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkModel-based Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Bidirectional Model-based Policy Optimization

2020-07-04 · ICML 2020 1 · Hang Lai, Jian Shen, Wei-Nan Zhang, Yong Yu

Model-based reinforcement learning approaches leverage a forward dynamics model to support planning and decision making, which, however, may fail catastrophically if the model is inaccurate. Although there are several ex…

Decision MakingmodelModel-based Reinforcement LearningReinforcement Learning (RL)

Round-Trip Consistency: Bidirectional Diffusion Models Can Predict Their Own Rollout Errors

2026-08-01 · Alexander Scheinker arxiv

Autoregressive models accumulate error over long rollouts, yet at deployment there is no ground truth to measure it against. We train a single conditional latent diffusion model that steps a dynamical system forward or b…

Stay Seated: Learning Omnidirectional Humanoid Locomotion on a Passive Mobile Chair with Casters

2026-08-28 · Kango Yanagida, Kazuki Miyazawa, Takato Horii arxiv

Humanoid robots with quasi-direct-drive actuators continuously generate joint torque while standing, whereas seated humans delegate weight support to chairs during desk work. As a first step toward seated loco-manipulati…

BiC-MPPI: Goal-Pursuing, Sampling-Based Bidirectional Rollout Clustering Path Integral for Trajectory Optimization

2024-10-09 · Minchan Jung, Kwangki Kim

This paper introduces the Bidirectional Clustered MPPI (BiC-MPPI) algorithm, a novel trajectory optimization method aimed at enhancing goal-directed guidance within the Model Predictive Path Integral (MPPI) framework. Bi…

Autonomous NavigationTrajectory Planning

GEOALIGN: Geometric Rollout Curation for Robust LLM Reinforcement Learning

2026-06-25 · Ting Zhou, Zhenqing Ling, Yiyang Zhao, Ying Shen 외 arxiv

Online reinforcement learning is widely used to align large language models (LLMs) with reward signals, yet training can be unstable under noisy or misspecified rewards. We identify a failure mode we call directional inc…

Reinforcement LearningMathematical Reasoning