Skip to content

Context-Skill Network learns spatio-temporal changes and adapts to unseen situations by both interpolating and extrapolating the skills learned in Flappy Ball environment where the effects of the actions vary over time.

Notifications You must be signed in to change notification settings

nnrg/ContextSkillFlappyBall

Repository files navigation

Context-Skill Network in Flappy Ball environment

This repo has the code for the Context+Skill experiments in the FlappyBall domain, as described in the paper [1].

Abstract: In order to deploy autonomous agents to domains such as autonomous driving, infrastructure management, health care, and finance, they must be able to adapt safely to unseen situations. The current approach in constructing such agents is to try to include as much variation into training as possible, and then generalize within the possible variations. This work proposes a principled approach where a context module (learns temporal variations) is coevolved with a skill module (learns spatial variations). The context module recognizes the variation and modulates the skill module so that the entire system performs well in unseen situations (i.e., spatio-temporal learning). The approach is evaluated in a challenging version of the Flappy Bird game where the effects of the actions vary over time. The Context+Skill approach leads to significantly more robust behavior in environments with previously unseen effects. Such a principled generalization ability is essential in deploying autonomous agents in real world tasks, and can serve as a foundation for continual learning as well.

Animations below show the test performance of all three evolved networks (i.e., network parameters are frozen after training) in a situation where the controlling parameters of the environment (i.e., effect of lift, gravity, etc.) are totally out of the training region.

Context-Skill Network

Context-only Network

Skill-only Network

[1] Tutum, C., Abdulquddos, S., Miikkulainen, R., "Generalization of Agent Behavior through Explicit Representation of Context", Proceedings of the 3rd IEEE Conference on Games, 2021. http://nn.cs.utexas.edu/?tutum:cog21

About

Context-Skill Network learns spatio-temporal changes and adapts to unseen situations by both interpolating and extrapolating the skills learned in Flappy Ball environment where the effects of the actions vary over time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages