English

Planning from Pixels in Atari with Learned Symbolic Representations

Artificial Intelligence 2021-03-16 v2 Machine Learning

Abstract

Width-based planning methods have been shown to yield state-of-the-art performance in the Atari 2600 domain using pixel input. One successful approach, RolloutIW, represents states with the B-PROST boolean feature set. An augmented version of RolloutIW, π\pi-IW, shows that learned features can be competitive with handcrafted ones for width-based search. In this paper, we leverage variational autoencoders (VAEs) to learn features directly from pixels in a principled manner, and without supervision. The inference model of the trained VAEs extracts boolean features from pixels, and RolloutIW plans with these features. The resulting combination outperforms the original RolloutIW and human professional play on Atari 2600 and drastically reduces the size of the feature set.

Cite

@article{arxiv.2012.09126,
  title  = {Planning from Pixels in Atari with Learned Symbolic Representations},
  author = {Andrea Dittadi and Frederik K. Drachmann and Thomas Bolander},
  journal= {arXiv preprint arXiv:2012.09126},
  year   = {2021}
}

Comments

Published at AAAI 2021

R2 v1 2026-06-23T21:01:33.917Z