# Self-Adapting Goals Allow Transfer of Predictive Models to New Tasks

**Authors:** Kai Olav Ellefsen, Jim Torresen

arXiv: 1904.02435 · 2019-05-16

## TL;DR

This paper introduces a method where self-adapting goals enable transfer of predictive models in reinforcement learning, allowing agents to adjust strategies online and transfer knowledge across different tasks with minimal environment modeling.

## Contribution

The paper presents a novel approach combining a predictive model focusing on key measurements with an evolving neural network for goal adaptation, enhancing transferability and online strategy adjustment in RL.

## Key findings

- Predictive models focusing on key measurements improve transferability.
- Adaptive goal mechanisms enable online strategy changes.
- Models successfully transfer to new scenarios with different goals.

## Abstract

A long-standing challenge in Reinforcement Learning is enabling agents to learn a model of their environment which can be transferred to solve other problems in a world with the same underlying rules. One reason this is difficult is the challenge of learning accurate models of an environment. If such a model is inaccurate, the agent's plans and actions will likely be sub-optimal, and likely lead to the wrong outcomes. Recent progress in model-based reinforcement learning has improved the ability for agents to learn and use predictive models. In this paper, we extend a recent deep learning architecture which learns a predictive model of the environment that aims to predict only the value of a few key measurements, which are be indicative of an agent's performance. Predicting only a few measurements rather than the entire future state of an environment makes it more feasible to learn a valuable predictive model. We extend this predictive model with a small, evolving neural network that suggests the best goals to pursue in the current state. We demonstrate that this allows the predictive model to transfer to new scenarios where goals are different, and that the adaptive goals can even adjust agent behavior on-line, changing its strategy to fit the current context.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.02435/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1904.02435/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1904.02435/full.md

---
Source: https://tomesphere.com/paper/1904.02435