AILGAug 7, 2020

Towards Sample Efficient Agents through Algorithmic Alignment

arXiv:2008.03229v5Has Code
AI Analysis

This addresses the problem of sample inefficiency in reinforcement learning agents, offering a potential new avenue for structured agent design, though it appears incremental as it builds on existing algorithmic alignment concepts.

The paper tackles sample complexity in deep reinforcement learning by proposing Deep Graph Value Network (DeepGV), which uses message-passing to align with structured algorithms like dynamic programming, and shows it outperforms unstructured baselines by a large margin in solving Markov Decision Processes.

In this work, we propose and explore Deep Graph Value Network (DeepGV) as a promising method to work around sample complexity in deep reinforcement-learning agents using a message-passing mechanism. The main idea is that the agent should be guided by structured non-neural-network algorithms like dynamic programming. According to recent advances in algorithmic alignment, neural networks with structured computation procedures can be trained efficiently. We demonstrate the potential of graph neural network in supporting sample efficient learning by showing that Deep Graph Value Network can outperform unstructured baselines by a large margin in solving the Markov Decision Process (MDP). We believe this would open up a new avenue for structured agent design. See https://github.com/drmeerkat/Deep-Graph-Value-Network for the code.

Code Implementations1 repo
Foundations

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

Your Notes