LGAINEDec 24, 2018

VMAV-C: A Deep Attention-based Reinforcement Learning Algorithm for Model-based Control

arXiv:1812.09968v14 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for reinforcement learning in control tasks, addressing data utilization bottlenecks.

The paper tackles the low data efficiency of model-free reinforcement learning by proposing a model-based algorithm with attention and variational auto-encoders, which learns optimal policies with fewer environment interactions.

Recent breakthroughs in Go play and strategic games have witnessed the great potential of reinforcement learning in intelligently scheduling in uncertain environment, but some bottlenecks are also encountered when we generalize this paradigm to universal complex tasks. Among them, the low efficiency of data utilization in model-free reinforcement algorithms is of great concern. In contrast, the model-based reinforcement learning algorithms can reveal underlying dynamics in learning environments and seldom suffer the data utilization problem. To address the problem, a model-based reinforcement learning algorithm with attention mechanism embedded is proposed as an extension of World Models in this paper. We learn the environment model through Mixture Density Network Recurrent Network(MDN-RNN) for agents to interact, with combinations of variational auto-encoder(VAE) and attention incorporated in state value estimates during the process of learning policy. In this way, agent can learn optimal policies through less interactions with actual environment, and final experiments demonstrate the effectiveness of our model in control problem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes