paper-with-me

홈 › Papers

Automatic Trade-off Adaptation in Offline RL

2023-06-16 · Phillip Swazinna, Steffen Udluft, Thomas Runkler

Recently, offline RL algorithms have been proposed that remain adaptive at runtime. For example, the LION algorithm \cite{lion} provides the user with an interface to set the trade-off between behavior cloning and optimality w.r.t. the estimated return at runtime. Experts can then use this interface to adapt the policy behavior according to their preferences and find a good trade-off between conservatism and performance optimization. Since expert time is precious, we extend the methodology with an autopilot that automatically finds the correct parameterization of the trade-off, yielding a new algorithm which we term AutoLION.

📄 PDF Abstract BibTeX arXiv:2306.09744

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RL

Methods 이 논문이 사용한 방법론

Lion The Lion optimizer is discovered by symbolic program search. It is more memory-efficient than most adaptive optimizers as it only needs to momentum. The update of Lion is produced…

Similar Papers 제목 키워드 기반

Constrained Decision Transformer for Offline Safe Reinforcement Learning

2023-02-14 · Zuxin Liu, Zijian Guo, Yihang Yao, Zhepeng Cen 외

Safe reinforcement learning (RL) trains a constraint satisfaction policy by interacting with the environment. We aim to tackle a more challenging problem: learning a safe policy from an offline dataset. We study the offl…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Domain Adaptation for Offline Reinforcement Learning with Limited Samples

2024-08-22 · Weiqin Chen, Sandipan Mishra, Santiago Paternain

Offline reinforcement learning (RL) learns effective policies from a static target dataset. Despite state-of-the-art (SOTA) offline RL algorithms being promising, they highly rely on the quality of the target dataset. Th…

Domain AdaptationOffline RLreinforcement-learningReinforcement Learning+1

Does Simultaneous Speech Translation need Simultaneous Models?

2022-04-08 · Sara Papi, Marco Gaido, Matteo Negri, Marco Turchi

In simultaneous speech translation (SimulST), finding the best trade-off between high translation quality and low latency is a challenging task. To meet the latency constraints posed by the different application scenario…

Translation

Self-adapting Robotic Agents through Online Continual Reinforcement Learning with World Model Feedback

2026-03-04 · Fabian Domberg, Georg Schildbach arxiv

As learning-based robotic controllers are typically trained offline and deployed with fixed parameters, their ability to cope with unforeseen changes during operation is limited. Biologically inspired, this work presents…

Reinforcement LearningContinuous Control

Data-Driven Offline Decision-Making via Invariant Representation Learning

2022-11-21 · Han Qi, Yi Su, Aviral Kumar, Sergey Levine

The goal in offline data-driven decision-making is synthesize decisions that optimize a black-box utility function, using a previously-collected static dataset, with no active interaction. These problems appear in many f…

Decision MakingDomain AdaptationReinforcement Learning (RL)Representation Learning