paper-with-me

홈 › Papers

Let Offline RL Flow: Training Conservative Agents in the Latent Space of Normalizing Flows

2022-11-20 · Dmitriy Akimov, Vladislav Kurenkov, Alexander Nikulin, Denis Tarasov, Sergey Kolesnikov

Offline reinforcement learning aims to train a policy on a pre-recorded and fixed dataset without any additional environment interactions. There are two major challenges in this setting: (1) extrapolation error caused by approximating the value of state-action pairs not well-covered by the training data and (2) distributional shift between behavior and inference policies. One way to tackle these problems is to induce conservatism - i.e., keeping the learned policies closer to the behavioral ones. To achieve this, we build upon recent works on learning policies in latent action spaces and use a special form of Normalizing Flows for constructing a generative model, which we use as a conservative action encoder. This Normalizing Flows action encoder is pre-trained in a supervised manner on the offline dataset, and then an additional policy model - controller in the latent space - is trained via reinforcement learning. This approach avoids querying actions outside of the training dataset and therefore does not require additional regularization for out-of-dataset actions. We evaluate our method on various locomotion and navigation tasks, demonstrating that our approach outperforms recently proposed algorithms with generative action models on a large portion of datasets.

📄 PDF Abstract BibTeX arXiv:2211.11096

Code (2)

tinkoff-ai/cnf 공식 구현 pytorch
zzmtsvv/rl_task pytorch

Tasks

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Counterfactual Transport Flows for Offline Conservative Trajectory Refinement

2026-06-08 · Lena Krieger, Xuan Zhao, Zhuo Cao, Qin Wang 외 arxiv

Offline reinforcement learning (RL) offers a path to policy improvement from logged data alone, using historical returns or other measurable outcomes as world feedback. A key difficulty is improving observed behavior wit…

Reinforcement Learning

Conservative Offline Robot Policy Learning via Posterior-Transition Reweighting

2026-03-17 · Wanpeng Zhang, Hao Luo, Sipeng Zheng, Yicheng Feng 외 arxiv

Offline post-training adapts a pretrained robot policy to a target dataset by supervised regression on recorded actions. In practice, robot datasets are heterogeneous: they mix embodiments, camera setups, and demonstrati…

DCE: Offline Reinforcement Learning With Double Conservative Estimates

2022-09-27 · Chen Zhao, Kai Xing Huang, Chun Yuan

Offline Reinforcement Learning has attracted much interest in solving the application challenge for traditional reinforcement learning. Offline reinforcement learning uses previously-collected datasets to train agents wi…

Computational EfficiencyD4RLreinforcement-learningReinforcement Learning+1

Finetuning from Offline Reinforcement Learning: Challenges, Trade-offs and Practical Solutions

2023-03-30 · Yicheng Luo, Jackie Kay, Edward Grefenstette, Marc Peter Deisenroth

Offline reinforcement learning (RL) allows for the training of competent agents from offline datasets without any interaction with the environment. Online finetuning of such offline models can further improve performance…

DiversityOffline RLreinforcement-learningReinforcement Learning (RL)

Behavior-Invariant Task Representation Learning with Transformer-based World Models for Offline Meta-Reinforcement Learning

2026-05-30 · Fuyuan Qian, Menglong Zhang, Song Wang, Quanying Liu arxiv

Offline meta-reinforcement learning leverages static datasets to enable agents to generalize to unseen environments by combining offline efficiency with meta-learning adaptability, yet it faces key challenges from contex…

Representation LearningReinforcement Learning