devsisters/DQN-tensorflow
Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3762
- days_rel: n/a
- days_push: 2694
- n_releases_24m: 0
Adoption not part of the score
2583 stars · 756 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TensorFlow implementation of the Deep Q-Network (DQN) algorithm from the DeepMind paper 'Human-Level Control through Deep Reinforcement Learning'. It trains agents to play Atari games via OpenAI Gym, including experience replay and fixed Q-target networks.
Use cases
- train a DQN agent to play Atari games like Breakout
- learn how deep Q-learning and experience replay are implemented
- reproduce results from the DeepMind DQN paper
- experiment with DQN variants like Double and Dueling DQN
- benchmark reinforcement learning training on a GPU
When to choose
- you want a readable reference implementation of the original DQN paper
- you are studying or teaching deep reinforcement learning with classic TensorFlow
- you need a baseline for comparing DQN variants on Atari environments
When to avoid
- you need modern, maintained RL libraries - it depends on TensorFlow 0.12 and Python 2.7-era tooling
- you want production RL training at scale
- you need PyTorch or current TensorFlow 2.x compatibility
Facets
library · maturity abandoned
machine-learning reinforcement-learning deep-learning reinforcement-learning machine-learning deep-learning gaming-tools python dqn tensorflow openai-gym atari q-learning experience-replay research-code linux gpu
1 source
- readme: https://github.com/devsisters/DQN-tensorflow · fetched 2026-08-28 · 8e5c2f40856b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| devsisters/DQN-tensorflow | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="devsisters/DQN-tensorflow")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem