paper-with-me

Papers

Composite Flow Matching for Reinforcement Learning with Shifted-Dynamics Data

2025-05-29 · Lingkai Kong, Haichuan Wang, Tonghan Wang, Guojun Xiong, Milind Tambe

Incorporating pre-collected offline data from a source environment can significantly improve the sample efficiency of reinforcement learning (RL), but this benefit is often challenged by discrepancies between the transition dynamics of the source and target environments. Existing methods typically address this issue by penalizing or filtering out source transitions in high dynamics-gap regions. However, their estimation of the dynamics gap often relies on KL divergence or mutual information, which can be ill-defined when the source and target dynamics have disjoint support. To overcome these limitations, we propose CompFlow, a method grounded in the theoretical connection between flow matching and optimal transport. Specifically, we model the target dynamics as a conditional flow built upon the output distribution of the source-domain flow, rather than learning it directly from a Gaussian prior. This composite structure offers two key advantages: (1) improved generalization for learning target dynamics, and (2) a principled estimation of the dynamics gap via the Wasserstein distance between source and target transitions. Leveraging our principled estimation of the dynamics gap, we further introduce an optimistic active data collection strategy that prioritizes exploration in regions of high dynamics gap, and theoretically prove that it reduces the performance disparity with the optimal policy. Empirically, CompFlow outperforms strong baselines across several RL benchmarks with shifted dynamics.

📄 PDF Abstract BibTeX arXiv:2505.23062

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

A Unified Algorithmic Framework for Hybrid Reinforcement Learning in Tabular MDPs with Shifted Transition Dynamics

2026-07-28 · Zheshun Wu, Renjie Zheng, Jinhang Zuo, Zenglin Xu 외 arxiv

This paper investigates a hybrid reinforcement learning setting in tabular Markov Decision Processes (MDPs), where an agent aims to learn an optimal policy by combining online interactions with a target environment and o…

Reinforcement Learning

Hybrid Transfer Reinforcement Learning: Provable Sample Efficiency from Shifted-Dynamics Data

2024-11-06 · Chengrui Qu, Laixi Shi, Kishan Panaganti, Pengcheng You 외

Online Reinforcement learning (RL) typically requires high-stakes online interaction data to learn a policy for a target task. This prompts interest in leveraging historical data to improve sample efficiency. The histori…

Reinforcement Learning (RL)Transfer Reinforcement Learning

Reinforcement Learning for Flow-Matching Policies

2025-07-20 · Samuel Pfrommer, Yixiao Huang, Somayeh Sojoudi arxiv

Flow-matching policies have emerged as a powerful paradigm for generalist robotics. These models are trained to imitate an action chunk, conditioned on sensor observations and textual instructions. Often, training demons…

Reinforcement Learning

Robust and Data-efficient Q-learning by Composite Value-estimation

2021-09-29 · Gabriel Kalweit, Maria Kalweit, Joschka Boedecker

In the past few years, off-policy reinforcement learning methods have shown promising results in their application for robot control. Deep Q-learning, however, still suffers from poor data-efficiency and is susceptible t…

Q-Learning

Controllable Flow Matching for Online Reinforcement Learning

2025-11-10 · Bin Wang, Boxiang Tao, Haifeng Jing, Hongbo Dou 외 arxiv

Model-based reinforcement learning (MBRL) typically relies on modeling environment dynamics for data efficiency. However, due to the accumulation of model errors over long-horizon rollouts, such methods often face challe…

Reinforcement Learning