paper-with-me

Papers

Fast Adaptation via Policy-Dynamics Value Functions

2020-07-06 · Roberta Raileanu, Max Goldstein, Arthur Szlam, Rob Fergus

Standard RL algorithms assume fixed environment dynamics and require a significant amount of interaction to adapt to new environments. We introduce Policy-Dynamics Value Functions (PD-VF), a novel approach for rapidly adapting to dynamics different from those previously seen in training. PD-VF explicitly estimates the cumulative reward in a space of policies and environments. An ensemble of conventional RL policies is used to gather experience on training environments, from which embeddings of both policies and environments can be learned. Then, a value function conditioned on both embeddings is trained. At test time, a few actions are sufficient to infer the environment embedding, enabling a policy to be selected by maximizing the learned value function (which requires no additional environment interaction). We show that our method can rapidly adapt to new dynamics on a set of MuJoCo domains. Code available at https://github.com/rraileanu/policy-dynamics-value-functions.

📄 PDF Abstract BibTeX arXiv:2007.02879

Code (1)

rraileanu/policy-dynamics-value-functions 공식 구현 pytorch

Tasks

MuJoCo

Similar Papers 제목 키워드 기반

Fast Adaptation to New Environments via Policy-Dynamics Value Functions

2020-01-01 · ICML 2020 1 · Roberta Raileanu, Max Goldstein, Arthur Szlam, Facebook Rob Fergus

Standard RL algorithms assume fixed environment dynamics and require a significant amount of interaction to adapt to new environments. We introduce Policy-Dynamics Value Functions (PD-VF), a novel approach for rapidly ad…

MuJoCo

PAnDR: Fast Adaptation to New Environments from Offline Experiences via Decoupling Policy and Environment Representations

2022-04-06 · Tong Sang, Hongyao Tang, Yi Ma, Jianye Hao 외

Deep Reinforcement Learning (DRL) has been a promising solution to many complex decision-making problems. Nevertheless, the notorious weakness in generalization among environments prevent widespread application of DRL ag…

Contrastive LearningDecision MakingDeep Reinforcement Learning

Doubly Robust Augmented Transfer for Meta-Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

Meta-reinforcement learning (Meta-RL), though enabling a fast adaptation to learn new skills by exploiting the common structure shared among different tasks, suffers performance degradation in the sparse-reward setting. …

World Value Functions: Knowledge Representation for Learning and Planning

2022-06-23 · Geraud Nangue Tasse, Benjamin Rosman, Steven James

We propose world value functions (WVFs), a type of goal-oriented general value function that represents how to solve not just a given task, but any other goal-reaching task in an agent's environment. This is achieved by …

Cross-Domain Policy Adaptation via Value-Guided Data Filtering

2023-05-28 · NeurIPS 2023 11

Generalizing policies across different domains with dynamics mismatch poses a significant challenge in reinforcement learning. For example, a robot learns the policy in a simulator, but when it is deployed in the real wo…