paper-with-me

Papers

Model-based Offline Policy Optimization with Adversarial Network

2023-09-05 · Junming Yang, Xingguo Chen, Shengyuan Wang, Bolei Zhang

Model-based offline reinforcement learning (RL), which builds a supervised transition model with logging dataset to avoid costly interactions with the online environment, has been a promising approach for offline policy optimization. As the discrepancy between the logging data and online environment may result in a distributional shift problem, many prior works have studied how to build robust transition models conservatively and estimate the model uncertainty accurately. However, the over-conservatism can limit the exploration of the agent, and the uncertainty estimates may be unreliable. In this work, we propose a novel Model-based Offline policy optimization framework with Adversarial Network (MOAN). The key idea is to use adversarial learning to build a transition model with better generalization, where an adversary is introduced to distinguish between in-distribution and out-of-distribution samples. Moreover, the adversary can naturally provide a quantification of the model's uncertainty with theoretical guarantees. Extensive experiments showed that our approach outperforms existing state-of-the-art baselines on widely studied offline RL benchmarks. It can also generate diverse in-distribution samples, and quantify the uncertainty more accurately.

📄 PDF Abstract BibTeX arXiv:2309.02157

Code (1)

junming-yang/moan 공식 구현 pytorch

Tasks

modelOffline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Model-Based Offline Reinforcement Learning with Adversarial Data Augmentation

2025-03-26 · Hongye Cao, Fan Feng, Jing Huo, Shangdong Yang 외

Model-based offline Reinforcement Learning (RL) constructs environment models from offline datasets to perform conservative policy optimization. Existing approaches focus on learning state transitions through ensemble mo…

D4RLData AugmentationOffline RLreinforcement-learning+2

Provably Efficient Generative Adversarial Imitation Learning for Online and Offline Setting with Linear Function Approximation

2021-08-19 · Zhihan Liu, Yufeng Zhang, Zuyue Fu, Zhuoran Yang 외

In generative adversarial imitation learning (GAIL), the agent aims to learn a policy from an expert demonstration so that its performance cannot be discriminated from the expert policy on a certain predefined reward set…

Imitation Learning

Adversarial Policy Optimization for Offline Preference-based Reinforcement Learning

2025-03-07 · Hyungkyu Kang, Min-hwan Oh

In this paper, we study offline preference-based reinforcement learning (PbRL), where learning is based on pre-collected preference feedback over pairs of trajectories. While offline PbRL has demonstrated remarkable empi…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning

MICRO: Model-Based Offline Reinforcement Learning with a Conservative Bellman Operator

2023-12-07 · Xiao-Yin Liu, Xiao-Hu Zhou, Guotao Li, Hao Li 외

Offline reinforcement learning (RL) faces a significant challenge of distribution shift. Model-free offline RL penalizes the Q value for out-of-distribution (OOD) data or constrains the policy closed to the behavior poli…

Offline RLreinforcement-learningReinforcement Learning (RL)

Adversarially Trained Weighted Actor-Critic for Safe Offline Reinforcement Learning

2024-01-01 · Honghao Wei, Xiyue Peng, Arnob Ghosh, Xin Liu

We propose WSAC (Weighted Safe Actor-Critic), a novel algorithm for Safe Offline Reinforcement Learning (RL) under functional approximation, which can robustly optimize policies to improve upon an arbitrary reference pol…

continuous-controlContinuous ControlOffline RLReinforcement Learning (RL)