Towards Sample Efficient Agents Through Algorithmic Alignment (Student Abstract)
Abstract
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 Markov Decision Process (MDP). We believe this would open up a new avenue for structured agents design. See https://github.com/drmeerkat/Deep-Graph-Value-Network for the code.
Cite
Text
Li and Littman. "Towards Sample Efficient Agents Through Algorithmic Alignment (Student Abstract)." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I18.17910Markdown
[Li and Littman. "Towards Sample Efficient Agents Through Algorithmic Alignment (Student Abstract)." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/li2021aaai-sample/) doi:10.1609/AAAI.V35I18.17910BibTeX
@inproceedings{li2021aaai-sample,
title = {{Towards Sample Efficient Agents Through Algorithmic Alignment (Student Abstract)}},
author = {Li, Mingxuan and Littman, Michael L.},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2021},
pages = {15827-15828},
doi = {10.1609/AAAI.V35I18.17910},
url = {https://mlanthology.org/aaai/2021/li2021aaai-sample/}
}