Unified Policy Value Decomposition for Rapid Adaptation
Cristiano Capone, Luca Falorsi, Andrea Ciardiello, Luca Manneschi

TL;DR
This paper presents a unified framework for rapid task adaptation in reinforcement learning by sharing low-dimensional goal embeddings across policy and value functions, enabling immediate zero-shot generalization to new tasks.
Contribution
It introduces a bilinear actor-critic decomposition with shared goal embeddings that facilitate fast, structured adaptation without retraining or gradient updates.
Findings
Achieved immediate adaptation to novel tasks in MuJoCo Ant environment
Shared goal embeddings enable interpolation between learned behaviors
Biologically inspired gating mechanism improves transfer efficiency
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Adaptive Dynamic Programming Control
