paper-with-me

Papers

Robust Adversarial Policy Optimization Under Dynamics Uncertainty

2026-04-13 · Mintae Kim, Koushil Sreenath arxiv

Reinforcement learning (RL) policies often fail under dynamics that differ from training, a gap not fully addressed by domain randomization or existing adversarial RL methods. Distributionally robust RL provides a formal remedy but still relies on surrogate adversaries to approximate intractable primal problems, leaving blind spots that potentially cause instability and over-conservatism. We propose a dual formulation that directly exposes the robustness-performance trade-off. At the trajectory level, a temperature parameter from the dual problem is approximated with an adversarial network, yielding efficient and stable worst-case rollouts within a divergence bound. At the model level, we employ Boltzmann reweighting over dynamics ensembles, focusing on more adverse environments to the current policy rather than uniform sampling. The two components act independently and complement each other: trajectory-level steering ensures robust rollouts, while model-level sampling provides policy-sensitive coverage of adverse dynamics. The resulting framework, robust adversarial policy optimization (RAPO) outperforms robust RL baselines, improving resilience to uncertainty and generalization to out-of-distribution dynamics while maintaining dual tractability.

📄 PDF Abstract BibTeX arXiv:2604.10974

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ADARL: Adaptive Low-Rank Structures for Robust Policy Learning under Uncertainty

2025-10-13 · Chenliang Li, Junyu Leng, Jiaxiang Li, Youbang Sun 외 arxiv

Robust reinforcement learning (Robust RL) seeks to handle epistemic uncertainty in environment dynamics, but existing approaches often rely on nested min--max optimization, which is computationally expensive and yields o…

Reinforcement LearningContinuous Control

Robust Reinforcement Learning using Offline Data

2022-08-10 · Kishan Panaganti, Zaiyan Xu, Dileep Kalathil, Mohammad Ghavamzadeh

The goal of robust reinforcement learning (RL) is to learn a policy that is robust against the uncertainty in model parameters. Parameter uncertainty commonly occurs in many real-world RL applications due to simulator mo…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Distributionally Robust Trajectory Optimization Under Uncertain Dynamics via Relative Entropy Trust-Regions

2021-03-29 · Hany Abdulsamad, Tim Dorau, Boris Belousov, Jia-Jie Zhu 외

Trajectory optimization and model predictive control are essential techniques underpinning advanced robotic applications, ranging from autonomous driving to full-body humanoid control. State-of-the-art algorithms have fo…

Autonomous DrivingHumanoid ControlModel Predictive Control

DROMO: Distributionally Robust Offline Model-based Policy Optimization

2021-09-15 · Ruizhen Liu, Dazhi Zhong, Zhicong Chen

We consider the problem of offline reinforcement learning with model-based control, whose goal is to learn a dynamics model from the experience replay and obtain a pessimism-oriented agent under the learned model. Curren…

modelUncertainty Quantification

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 …

modelOffline RLReinforcement Learning (RL)