paper-with-me

홈 › Papers

Structure-Aware Transformer Policy for Inhomogeneous Multi-Task Reinforcement Learning

2021-09-29 · ICLR 2022 4 · Sunghoon Hong, Deunsol Yoon, Kee-Eung Kim

Modular Reinforcement Learning, where the agent is assumed to be morphologically structured as a graph, for example composed of limbs and joints, aims to learn a policy that is transferable to a structurally similar but different agent. Compared to traditional Multi-Task Reinforcement Learning, this promising approach allows us to cope with inhomogeneous tasks where the state and action space dimensions differ across tasks. Graph Neural Networks are a natural model for representing the pertinent policies, but a recent work has shown that their multi-hop message passing mechanism is not ideal for conveying important information to other modules and thus a transformer model without morphological information was proposed. In this work, we argue that the morphological information is still very useful and propose a transformer policy model that effectively encodes such information. Specifically, we encode the morphological information in terms of the traversal-based positional embedding and the graph-based relational embedding. We empirically show that the morphological information is crucial for modular reinforcement learning, substantially outperforming prior state-of-the-art methods on multi-task learning as well as transfer learning settings with different state and action space dimensions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Similar Papers 제목 키워드 기반

Structured Inhomogeneous Density Map Learning for Crowd Counting

2018-01-20 · Hanhui Li, Xiangjian He, Hefeng Wu, Saeed Amirgholipour Kasmani 외

In this paper, we aim at tackling the problem of crowd counting in extremely high-density scenes, which contain hundreds, or even thousands of people. We begin by a comprehensive analysis of the most widely used density …

Crowd Counting

Variance-Aware Off-Policy Evaluation with Linear Function Approximation

2021-06-22 · NeurIPS 2021 12 · Yifei Min, Tianhao Wang, Dongruo Zhou, Quanquan Gu

We study the off-policy evaluation (OPE) problem in reinforcement learning with linear function approximation, which aims to estimate the value function of a target policy based on the offline data collected by a behavio…

Off-policy evaluationReinforcement Learning (RL)

An Actor-Critic Framework for Continuous-Time Jump-Diffusion Controls with Normalizing Flows

2026-04-07 · Liya Guo, Ruimeng Hu, Xu Yang, Yi Zhu arxiv

Continuous-time stochastic control with time-inhomogeneous jump-diffusion dynamics is central in finance and economics, but computing optimal policies is difficult under explicit time dependence, discontinuous shocks, an…

Portfolio Optimization

Embedding Morphology into Transformers for Cross-Robot Policy Learning

2026-02-26 · Kei Suzuki, Jing Liu, Ye Wang, Chiori Hori 외 arxiv

Cross-robot policy learning -- training a single policy to perform well across multiple embodiments -- remains a central challenge in robot learning. Transformer-based policies, such as vision-language-action (VLA) model…

Global Optimality and Finite Sample Analysis of Softmax Off-Policy Actor Critic under State Distribution Mismatch

2021-11-04 · NeurIPS 2023 11 · Shangtong Zhang, Remi Tachet, Romain Laroche

In this paper, we establish the global optimality and convergence rate of an off-policy actor critic algorithm in the tabular setting without using density ratio to correct the discrepancy between the state distribution …

Policy Gradient Methods