English

Reinforcement Learning for Improving Agent Design

Machine Learning 2019-12-03 v3 Machine Learning

Abstract

In many reinforcement learning tasks, the goal is to learn a policy to manipulate an agent, whose design is fixed, to maximize some notion of cumulative reward. The design of the agent's physical structure is rarely optimized for the task at hand. In this work, we explore the possibility of learning a version of the agent's design that is better suited for its task, jointly with the policy. We propose an alteration to the popular OpenAI Gym framework, where we parameterize parts of an environment, and allow an agent to jointly learn to modify these environment parameters along with its policy. We demonstrate that an agent can learn a better structure of its body that is not only better suited for the task, but also facilitates policy learning. Joint learning of policy and structure may even uncover design principles that are useful for assisted-design applications. Videos of results at https://designrl.github.io/

Keywords

Cite

@article{arxiv.1810.03779,
  title  = {Reinforcement Learning for Improving Agent Design},
  author = {David Ha},
  journal= {arXiv preprint arXiv:1810.03779},
  year   = {2019}
}

Comments

Earlier version appeared at NeurIPS 2018 Deep Reinforcement Learning Workshop. Published in Artificial Life journal

R2 v1 2026-06-23T04:32:56.360Z