Transfer Learning for Related Reinforcement Learning Tasks via Image-to-Image Translation
Shani Gamrian, Yoav Goldberg

TL;DR
This paper introduces a transfer learning method for reinforcement learning that uses image-to-image translation via unaligned GANs to improve generalization across visual variants of control tasks, enhancing sample efficiency and transfer performance.
Contribution
The paper proposes separating visual transfer from control policy learning using unaligned GANs, enabling better transfer and sample efficiency in RL tasks with visual variations.
Findings
Significantly improved transfer performance on visual variants of games.
Better sample efficiency compared to fine-tuning or retraining from scratch.
Effective transfer between different levels of a driving game.
Abstract
Despite the remarkable success of Deep RL in learning control policies from raw pixels, the resulting models do not generalize. We demonstrate that a trained agent fails completely when facing small visual changes, and that fine-tuning---the common transfer learning paradigm---fails to adapt to these changes, to the extent that it is faster to re-train the model from scratch. We show that by separating the visual transfer task from the control policy we achieve substantially better sample efficiency and transfer behavior, allowing an agent trained on the source task to transfer well to the target tasks. The visual mapping from the target to the source domain is performed using unaligned GANs, resulting in a control policy that can be further improved using imitation learning from imperfect demonstrations. We demonstrate the approach on synthetic visual variants of the Breakout game, as…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
