Skip to content

A Reinforcement Learning algorithm with attention mechanism for Atari Learning

Notifications You must be signed in to change notification settings

SamarthGupta93/Attention-Actor-Critic-for-Atari-Learning

Repository files navigation

Attention-Actor-Critic-for-Atari-Learning

A Reinforcement Learning algorithm with attention mechanism for Atari Learning

This is a Reinforcement Learning based Actor Critic model for Atari Games Learning. The repository contains three different architectures.

Attention Model

Uses dot product attention mechanism as explained in the paper "Attention is all you need" in an Actor Critic network to predict future actions. Requires one frame as state input

alt text

Attention Visualization

alt text

Recurrent Model

Uses a Gated Recurrent Unit to understand temporal dependencies in order to predict future actions. Requires one frame as state input.

alt text

Convolutional Model

conv-a3c.py uses convolutional network to predict optimal actions. It uses four frames as state input.

alt text

About

A Reinforcement Learning algorithm with attention mechanism for Atari Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages