Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.16 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.16 KB

Example Categorical DQN implementation with ReLAx

This repository contains an implementation of categorical deep q-network (Categotical DQN) with ReLAx.

Categotical DQN actor was trained on Breakout-v0 Atari Gym environment for 3m env-steps.

!Note: For demonstration purposes training was run only for 3m steps. In papers, DQN and its augmentations are trained for 200m steps, which may require several days of learning. That is why performance is lower than reported in papers.

The graph of average return vs environment step is shown below (logs done every 50k steps):

categorical_dqn_training

The distribution of estimated Q-values vs data Q-values is shown below:

categorical_dqn_q_func

Resulting Policy:

categorical_dqn_run.mp4