English

Compression and Localization in Reinforcement Learning for ATARI Games

Machine Learning 2019-04-23 v1 Artificial Intelligence Machine Learning

Abstract

Deep neural networks have become commonplace in the domain of reinforcement learning, but are often expensive in terms of the number of parameters needed. While compressing deep neural networks has of late assumed great importance to overcome this drawback, little work has been done to address this problem in the context of reinforcement learning agents. This work aims at making first steps towards model compression in an RL agent. In particular, we compress networks to drastically reduce the number of parameters in them (to sizes less than 3% of their original size), further facilitated by applying a global max pool after the final convolution layer, and propose using Actor-Mimic in the context of compression. Finally, we show that this global max-pool allows for weakly supervised object localization, improving the ability to identify the agent's points of focus.

Keywords

Cite

@article{arxiv.1904.09489,
  title  = {Compression and Localization in Reinforcement Learning for ATARI Games},
  author = {Joel Ruben Antony Moniz and Barun Patra and Sarthak Garg},
  journal= {arXiv preprint arXiv:1904.09489},
  year   = {2019}
}

Comments

NeurIPS 2018 Deep Reinforcement Learning Workshop

R2 v1 2026-06-23T08:45:26.553Z