paper-with-me

Papers

Single-Trajectory Distributionally Robust Reinforcement Learning

2023-01-27 · Zhipeng Liang, Xiaoteng Ma, Jose Blanchet, Jiheng Zhang, Zhengyuan Zhou

To mitigate the limitation that the classical reinforcement learning (RL) framework heavily relies on identical training and test environments, Distributionally Robust RL (DRRL) has been proposed to enhance performance across a range of environments, possibly including unknown test environments. As a price for robustness gain, DRRL involves optimizing over a set of distributions, which is inherently more challenging than optimizing over a fixed distribution in the non-robust case. Existing DRRL algorithms are either model-based or fail to learn from a single sample trajectory. In this paper, we design a first fully model-free DRRL algorithm, called distributionally robust Q-learning with single trajectory (DRQ). We delicately design a multi-timescale framework to fully utilize each incrementally arriving sample and directly learn the optimal distributionally robust policy without modelling the environment, thus the algorithm can be trained along a single trajectory in a model-free fashion. Despite the algorithm's complexity, we provide asymptotic convergence guarantees by generalizing classical stochastic approximation tools. Comprehensive experimental results demonstrate the superior robustness and sample complexity of our proposed algorithm, compared to non-robust methods and other robust RL algorithms.

📄 PDF Abstract BibTeX arXiv:2301.11721

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Test 설명 없음
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Provable Offline Preference-Based Reinforcement Learning

2023-05-24 · Wenhao Zhan, Masatoshi Uehara, Nathan Kallus, Jason D. Lee 외

In this paper, we investigate the problem of offline Preference-based Reinforcement Learning (PbRL) with human feedback where feedback is available in the form of preference between trajectory pairs rather than explicit …

reinforcement-learningReinforcement Learning

Finite-Time Convergence of Distributionally Robust Q-Learning with Linear Function Approximation

2025-10-02 · Saptarshi Mandal, Yashaswini Murthy, R. Srikant arxiv

Distributionally robust reinforcement learning (DRRL) seeks policies that perform well when the deployment transition model differs from the nominal model generating the data. Most finite-sample guarantees for DRRL are t…

Reinforcement Learning

Risk-Averse Model Uncertainty for Distributionally Robust Safe Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

Many real-world domains require safe decision making in uncertain environments. In this work, we introduce a deep reinforcement learning framework for approaching this important problem. We consider a distribution over t…

Interactive Trajectory Planning with Learning-based Distributionally Robust Model Predictive Control and Markov Systems

2026-05-08 · Erik Börve, Nikolce Murgovski, Morteza Haghir Chehreghani, Leo Laine arxiv

We investigate interactive trajectory planning subject to uncertainty in the decisions of surrounding agents. To control the ego-agent, we aim to first learn the decision distribution and solve a Stochastic Model Predict…

Trajectory Planning

Reliable Off-policy Evaluation for Reinforcement Learning

2020-11-08 · Jie Wang, Rui Gao, Hongyuan Zha

In a sequential decision-making problem, off-policy evaluation estimates the expected cumulative reward of a target policy using logged trajectory data generated from a different behavior policy, without execution of the…

Decision MakingOff-policy evaluationreinforcement-learningReinforcement Learning+2