Single Episode Policy Transfer in Reinforcement Learning
Jiachen Yang, Brenden Petersen, Hongyuan Zha, Daniel Faissol

TL;DR
This paper introduces a novel reinforcement learning method that enables near-optimal performance in a single episode by rapidly estimating environment dynamics without relying on reward signals, outperforming existing adaptive techniques.
Contribution
The proposed algorithm allows single-episode transfer in RL by combining a probe and inference model to quickly estimate environment dynamics, enabling immediate use of a universal control policy without reward access.
Findings
Outperforms existing adaptive approaches in diverse domains.
Operates effectively without reward signals at test time.
Achieves near-optimal performance in a single episode.
Abstract
Transfer and adaptation to new unknown environmental dynamics is a key challenge for reinforcement learning (RL). An even greater challenge is performing near-optimally in a single attempt at test time, possibly without access to dense rewards, which is not addressed by current methods that require multiple experience rollouts for adaptation. To achieve single episode transfer in a family of environments with related dynamics, we propose a general algorithm that optimizes a probe and an inference model to rapidly estimate underlying latent variables of test dynamics, which are then immediately used as input to a universal control policy. This modular approach enables integration of state-of-the-art algorithms for variational inference or RL. Moreover, our approach does not require access to rewards at test time, allowing it to perform in settings where existing adaptive approaches…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adaptive Dynamic Programming Control · Fuel Cells and Related Materials
MethodsTest
