dqn

Tag

Cards List
#dqn

The Little Book of Reinforcement Learning

Hacker News Top · 2026-07-16 Cached

A concise introduction to Reinforcement Learning, from basics to applied algorithms, with PyTorch implementations and supplementary proofs.

0 favorites 0 likes
#dqn

Revisiting Action Factorization for Complex Action Spaces

arXiv cs.LG · 2026-06-26 Cached

This paper presents a cross-sectional study comparing various action factorization methods (independent networks, shared encoder, VDN, QPLEX, Joint, Auto-Regressive) across three RL algorithm families (PPO, SAC, DQN) in hybrid discrete-continuous action spaces, introducing two new lightweight environments and variants VDN-PPO and PPO-MIX.

0 favorites 0 likes
#dqn

OpenAI Baselines: DQN

OpenAI Blog · 2017-05-24 Cached

OpenAI shares lessons learned while implementing DQN as part of their Baselines project, covering debugging tips such as greyscale calibration issues, hyperparameter tuning, and correct interpretation of the Huber Loss in the original Nature paper.

0 favorites 0 likes
← Back to home

Submit Feedback