paper-with-me

홈 › Papers

Counterfactual experience augmented off-policy reinforcement learning

2025-03-18 · Sunbowen Lee, Yicheng Gong, Chao Deng

Reinforcement learning control algorithms face significant challenges due to out-of-distribution and inefficient exploration problems. While model-based reinforcement learning enhances the agent's reasoning and planning capabilities by constructing virtual environments, training such virtual environments can be very complex. In order to build an efficient inference model and enhance the representativeness of learning data, we propose the Counterfactual Experience Augmentation (CEA) algorithm. CEA leverages variational autoencoders to model the dynamic patterns of state transitions and introduces randomness to model non-stationarity. This approach focuses on expanding the learning data in the experience pool through counterfactual inference and performs exceptionally well in environments that follow the bisimulation assumption. Environments with bisimulation properties are usually represented by discrete observation and action spaces, we propose a sampling method based on maximum kernel density estimation entropy to extend CEA to various environments. By providing reward signals for counterfactual state transitions based on real information, CEA constructs a complete counterfactual experience to alleviate the out-of-distribution problem of the learning data, and outperforms general SOTA algorithms in environments with difference properties. Finally, we discuss the similarities, differences and properties of generated counterfactual experiences and real experiences. The code is available at https://github.com/Aegis1863/CEA.

📄 PDF Abstract BibTeX arXiv:2503.13842

Code (1)

aegis1863/cea 공식 구현 pytorch

Tasks

counterfactualCounterfactual InferenceDensity EstimationModel-based Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Woulda, Coulda, Shoulda: Counterfactually-Guided Policy Search

2018-11-15 · ICLR 2019 5 · Lars Buesing, Theophane Weber, Yori Zwols, Sebastien Racaniere 외

Learning policies on data synthesized by models can in principle quench the thirst of reinforcement learning algorithms for large amounts of real experience, which is often costly to acquire. However, simulating plausibl…

counterfactualReinforcement Learning

Experience Augmented Policy Optimization for LLM Reasoning

2026-06-29 · Jinda Lu, Kexin Huang, Junkang Wu, Shuo Yang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is a powerful paradigm for improving the reasoning capabilities of large language models (LLMs). However, existing RLVR methods typically rely on on-policy optimizati…

Reinforcement Learning

SLEA-RL: Step-Level Experience Augmented Reinforcement Learning for Multi-Turn Agentic Training

2026-03-18 · Prince Zizhuang Wang, Shuli Jiang arxiv

Large Language Model (LLM) agents have shown strong results on multi-turn tool-use tasks, yet they operate in isolation during training, failing to leverage experiences accumulated across episodes. Existing experience-au…

Reinforcement Learning

Counterfactual Data Augmentation using Locally Factored Dynamics

2020-07-06 · NeurIPS 2020 12 · Silviu Pitis, Elliot Creager, Animesh Garg

Many dynamic processes, including common scenarios in robotic control and reinforcement learning (RL), involve a set of interacting subprocesses. Though the subprocesses are not independent, their interactions are often …

counterfactualData AugmentationGeneral Reinforcement LearningMulti-Goal Reinforcement Learning+4

Dual Behavior Regularized Reinforcement Learning

2021-09-19 · Chapman Siu, Jason Traish, Richard Yi Da Xu

Reinforcement learning has been shown to perform a range of complex tasks through interaction with an environment or collected leveraging experience. However, many of these approaches presume optimal or near optimal expe…

counterfactualreinforcement-learningReinforcement LearningReinforcement Learning (RL)