paper-with-me

Papers

Zero-Shot Reinforcement Learning via Function Encoders

2024-01-30 · Tyler Ingebrand, Amy Zhang, Ufuk Topcu

Although reinforcement learning (RL) can solve many challenging sequential decision making problems, achieving zero-shot transfer across related tasks remains a challenge. The difficulty lies in finding a good representation for the current task so that the agent understands how it relates to previously seen tasks. To achieve zero-shot transfer, we introduce the function encoder, a representation learning algorithm which represents a function as a weighted combination of learned, non-linear basis functions. By using a function encoder to represent the reward function or the transition function, the agent has information on how the current task relates to previously seen tasks via a coherent vector representation. Thus, the agent is able to achieve transfer between related tasks at run time with no additional training. We demonstrate state-of-the-art data efficiency, asymptotic performance, and training stability in three RL fields by augmenting basic RL algorithms with a function encoder task representation.

📄 PDF Abstract BibTeX arXiv:2401.17173

Code (2)

anonymousresearcher5642/functionencoderrl 공식 구현 pytorch
tyler-ingebrand/functionencoderrl 공식 구현 pytorch

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation LearningSequential Decision Making

Similar Papers 제목 키워드 기반

TD-JEPA: Latent-predictive Representations for Zero-Shot Reinforcement Learning

2025-10-01 · Marco Bagatella, Matteo Pirotta, Ahmed Touati, Alessandro Lazaric 외 arxiv

Latent prediction--where agents learn by predicting their own latents--has emerged as a powerful paradigm for training general representations in machine learning. In reinforcement learning (RL), this approach has been e…

Reinforcement Learning

Does Zero-Shot Reinforcement Learning Exist?

2022-09-29 · Ahmed Touati, Jérémy Rapin, Yann Ollivier

A zero-shot RL agent is an agent that can solve any RL task in a given environment, instantly with no additional planning or learning, after an initial reward-free learning phase. This marks a shift from the reward-centr…

Contrastive Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Cross-Linked Variational Autoencoders for Generalized Zero-Shot Learning

2019-03-24 · ICLR Workshop LLD 2019 · Edgar Schönfeld, Sayna Ebrahimi, Samarth Sinha, Trevor Darrell 외

Most approaches in generalized zero-shot learning rely on cross-modal mapping between an image feature space and a class embedding space or on generating artificial image features. However, learning a shared cross-modal …

Few-Shot LearningGeneralized Zero-Shot LearningZero-Shot Learning

Zoom-shot: Fast and Efficient Unsupervised Zero-Shot Transfer of CLIP to Vision Encoders with Multimodal Loss

2024-01-22 · Jordan Shipard, Arnold Wiliem, Kien Nguyen Thanh, Wei Xiang 외

The fusion of vision and language has brought about a transformative shift in computer vision through the emergence of Vision-Language Models (VLMs). However, the resource-intensive nature of existing VLMs poses a signif…

Knowledge Distillationzero-shot-classificationZero-Shot Learning

Limitations of Knowledge Distillation for Zero-shot Transfer Learning

2021-11-01 · EMNLP (sustainlp) 2021 11 · Saleh Soltan, Haidar Khan, Wael Hamza

Pretrained transformer-based encoders such as BERT have been demonstrated to achieve state-of-the-art performance on numerous NLP tasks. Despite their success, BERT style encoders are large in size and have high latency …

CPUCross-Lingual TransferKnowledge DistillationTransfer Learning+1