paper-with-me

홈 › Papers

Improving Offline Reinforcement Learning with Inaccurate Simulators

2024-05-07 · Yiwen Hou, Haoyuan Sun, Jinming Ma, Feng Wu

Offline reinforcement learning (RL) provides a promising approach to avoid costly online interaction with the real environment. However, the performance of offline RL highly depends on the quality of the datasets, which may cause extrapolation error in the learning process. In many robotic applications, an inaccurate simulator is often available. However, the data directly collected from the inaccurate simulator cannot be directly used in offline RL due to the well-known exploration-exploitation dilemma and the dynamic gap between inaccurate simulation and the real environment. To address these issues, we propose a novel approach to combine the offline dataset and the inaccurate simulation data in a better manner. Specifically, we pre-train a generative adversarial network (GAN) model to fit the state distribution of the offline dataset. Given this, we collect data from the inaccurate simulator starting from the distribution provided by the generator and reweight the simulated data using the discriminator. Our experimental results in the D4RL benchmark and a real-world manipulation task confirm that our method can benefit more from both inaccurate simulator and limited offline datasets to achieve better performance than the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2405.04307

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLGenerative Adversarial NetworkOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Benchmarks for Reinforcement Learning with Biased Offline Data and Imperfect Simulators

2024-06-30 · Ori Linial, Guy Tennenholtz, Uri Shalit

In many reinforcement learning (RL) applications one cannot easily let the agent act in the world; this is true for autonomous vehicles, healthcare applications, and even some recommender systems, to name a few examples.…

Autonomous VehiclesOffline RLRecommendation Systemsreinforcement-learning+2

Targeted Environment Design from Offline Data

2021-09-29 · Izzeddin Gur, Ofir Nachum, Aleksandra Faust

In reinforcement learning (RL) the use of simulators is ubiquitous, allowing cheaper and safer agent training than training directly in the real target environment. However, this approach relies on the simulator being a …

Offline RLReinforcement Learning (RL)

Online Pre-Training for Offline-to-Online Reinforcement Learning

2025-07-11 · Yongjae Shin, Jeonghye Kim, Whiyoung Jung, Sunghoon Hong 외 arxiv

Offline-to-online reinforcement learning (RL) aims to integrate the complementary strengths of offline and online RL by pre-training an agent offline and subsequently fine-tuning it through online interactions. However, …

Reinforcement Learning

When to Trust Your Simulator: Dynamics-Aware Hybrid Offline-and-Online Reinforcement Learning

2022-06-27 · Haoyi Niu, Shubham Sharma, Yiwen Qiu, Ming Li 외

Learning effective reinforcement learning (RL) policies to solve real-world complex tasks can be quite challenging without a high-fidelity simulation environment. In most cases, we are only given imperfect simulators wit…

Offline RLreinforcement-learningReinforcement Learning (RL)

OffSim: Offline Simulator for Model-based Offline Inverse Reinforcement Learning

2025-10-17 · Woo-Jin Ahn, Sang-Ryul Baek, Yong-Jun Lee, Hyun-Duck Choi 외 arxiv

Reinforcement learning algorithms typically utilize an interactive simulator (i.e., environment) with a predefined reward function for policy training. Developing such simulators and manually defining reward functions, h…

Reinforcement Learning