Back to Annotated Deep Learning Paper Implementations

Deep Q Networks (DQN)

docs/rl/dqn/readme.html

latest737 B
Original Source

homerldqn

View code on Github

#

Deep Q Networks (DQN)

This is a PyTorch implementation of paper Playing Atari with Deep Reinforcement Learning along with Dueling Network, Prioritized Replay and Double Q Network.

Here is the experiment and model implementation.

labml.ai