Skip to content

This repository contains an attempt at using Graph Attention based Reinforcement Learning for graphical state space. The code also provides a visualisation for the attention weights

Notifications You must be signed in to change notification settings

amokhvarma/GraphAttentionRL

Repository files navigation

GraphAttentionRL

This paper talks about the use of Graph Attention Networks (GATs) in deep Q-learning networks (DQNs). While the aim of network modifications is generally to enhance performance, this paper does not solely aim to do. It instead talks about the insights one can get from the parameters (attention weights, in this particular case) learnt while training. OpenAI’s MsPacmanV0 environment has been used for interacting with the model. The report can be found here.

About

This repository contains an attempt at using Graph Attention based Reinforcement Learning for graphical state space. The code also provides a visualisation for the attention weights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages