Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soheil-mp/rainbow-algorithm-rl

A PyTorch implementation of the Rainbow algorithm for playing Atari games using deep reinforcement learning. This repository contains a Rainbow DQN agent that combines several improvements on the original DQN, including Double Q-learning, Prioritized Experience Replay, Dueling Networks, Multi-step Learning, Distributional RL, and Noisy Nets.
https://github.com/soheil-mp/rainbow-algorithm-rl

Last synced: 24 days ago
JSON representation

A PyTorch implementation of the Rainbow algorithm for playing Atari games using deep reinforcement learning. This repository contains a Rainbow DQN agent that combines several improvements on the original DQN, including Double Q-learning, Prioritized Experience Replay, Dueling Networks, Multi-step Learning, Distributional RL, and Noisy Nets.

Awesome Lists containing this project