AI Agents 相关度: 8/10

Unified Policy Value Decomposition for Rapid Adaptation

Cristiano Capone, Luca Falorsi, Andrea Ciardiello, Luca Manneschi
arXiv: 2603.17947v1 发布: 2026-03-18 更新: 2026-03-18

AI 摘要

提出了一种统一的策略价值分解框架,通过共享低维目标嵌入实现快速适应。

主要贡献

  • 提出了策略和价值函数共享低维系数向量的目标嵌入框架。
  • 通过双线性actor-critic分解联合学习结构化价值基和兼容策略基。
  • 实现了无需梯度更新的零样本快速适应。

方法论

构建双线性actor-critic模型,利用目标嵌入调节价值和策略基,实现任务间的泛化。

原文摘要

Rapid adaptation in complex control systems remains a central challenge in reinforcement learning. We introduce a framework in which policy and value functions share a low-dimensional coefficient vector - a goal embedding - that captures task identity and enables immediate adaptation to novel tasks without retraining representations. During pretraining, we jointly learn structured value bases and compatible policy bases through a bilinear actor-critic decomposition. The critic factorizes as Q = sum_k G_k(g) y_k(s,a), where G_k(g) is a goal-conditioned coefficient vector and y_k(s,a) are learned value basis functions. This multiplicative gating - where a context signal scales a set of state-dependent bases - is reminiscent of gain modulation observed in Layer 5 pyramidal neurons, where top-down inputs modulate the gain of sensory-driven responses without altering their tuning. Building on Successor Features, we extend the decomposition to the actor, which composes a set of primitive policies weighted by the same coefficients G_k(g). At test time the bases are frozen and G_k(g) is estimated zero-shot via a single forward pass, enabling immediate adaptation to novel tasks without any gradient update. We train a Soft Actor-Critic agent on the MuJoCo Ant environment under a multi-directional locomotion objective, requiring the agent to walk in eight directions specified as continuous goal vectors. The bilinear structure allows each policy head to specialize to a subset of directions, while the shared coefficient layer generalizes across them, accommodating novel directions by interpolating in goal embedding space. Our results suggest that shared low-dimensional goal embeddings offer a general mechanism for rapid, structured adaptation in high-dimensional control, and highlight a potentially biologically plausible principle for efficient transfer in complex reinforcement learning systems.

标签

强化学习 快速适应 策略价值分解 目标嵌入

arXiv 分类

cs.LG q-bio.NC