paper-with-me

Papers

AnyMorph: Learning Transferable Polices By Inferring Agent Morphology

2022-06-17 · Brandon Trabucco, Mariano Phielipp, Glen Berseth

The prototypical approach to reinforcement learning involves training policies tailored to a particular agent from scratch for every new morphology. Recent work aims to eliminate the re-training of policies by investigating whether a morphology-agnostic policy, trained on a diverse set of agents with similar task objectives, can be transferred to new agents with unseen morphologies without re-training. This is a challenging problem that required previous approaches to use hand-designed descriptions of the new agent's morphology. Instead of hand-designing this description, we propose a data-driven method that learns a representation of morphology directly from the reinforcement learning objective. Ours is the first reinforcement learning algorithm that can train a policy to generalize to new agent morphologies without requiring a description of the agent's morphology in advance. We evaluate our approach on the standard benchmark for agent-agnostic control, and improve over the current state of the art in zero-shot generalization to new agents. Importantly, our method attains good performance without an explicit description of morphology.

📄 PDF Abstract BibTeX arXiv:2206.12279

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Zero-shot Generalization

Similar Papers 제목 키워드 기반

Jump Operator Planning: Goal-Conditioned Policy Ensembles and Zero-Shot Transfer

2020-07-06 · Thomas J. Ringstrom, Mohammadhosein Hasanbeig, Alessandro Abate

In Hierarchical Control, compositionality, abstraction, and task-transfer are crucial for designing versatile algorithms which can solve a variety of problems with maximal representational reuse. We propose a novel hiera…

Multi-agent Policy Optimization with Approximatively Synchronous Advantage Estimation

2020-12-07 · Lipeng Wan, Xuwei Song, Xuguang Lan, Nanning Zheng

Cooperative multi-agent tasks require agents to deduce their own contributions with shared global rewards, known as the challenge of credit assignment. General methods for policy based multi-agent reinforcement learning …

Multi-agent Reinforcement LearningStarcraft

Hierarchically Decoupled Imitation for Morphological Transfer

2020-03-03 · Donald J. Hejna III, Pieter Abbeel, Lerrel Pinto

Learning long-range behaviors on complex high-dimensional agents is a fundamental problem in robot learning. For such tasks, we argue that transferring learned information from a morphologically simpler agent can massive…

Inferring morphological rules from small examples using 0/1 linear programming

2019-09-01 · WS (NoDaLiDa) 2019 9 · Ann Lillieström, Koen Claessen, Nicholas Smallbone

We show how to express the problem of finding an optimal morpheme segmentation from a set of labelled words as a 0/1 linear programming problem, and how to build on this to analyse a language’s morphology. The approach w…

Segmentation

MAgent: A Many-Agent Reinforcement Learning Platform for Artificial Collective Intelligence

2017-12-02 · Lianmin Zheng, Jiacheng Yang, Han Cai, Wei-Nan Zhang 외

We introduce MAgent, a platform to support research and development of many-agent reinforcement learning. Unlike previous research platforms on single or multi-agent reinforcement learning, MAgent focuses on supporting t…

GPUMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1