coreylynch/async-rl
Tensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning" observed · 2026-09-03
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: 3794
- days_rel: n/a
- days_push: 3090
- n_releases_24m: 0
Adoption not part of the score
1003 stars · 168 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TensorFlow + Keras implementation of asynchronous 1-step Q-learning from the DeepMind 'Asynchronous Methods for Deep Reinforcement Learning' (A3C) paper, using OpenAI Gym's Atari environments. It runs multiple actor-learner threads to stabilize training without experience replay, and includes a work-in-progress async advantage actor-critic implementation.
Use cases
- train a deep Q-network on Atari games with async actor-learner threads
- reproduce the asynchronous 1-step Q-learning results from the A3C paper
- learn how to implement deep reinforcement learning with TensorFlow and Keras
- evaluate trained RL agents against OpenAI Gym Atari environments
- run reinforcement learning experiments on low-memory hardware without experience replay
- visualize RL training curves like episode rewards and max Q values in TensorBoard
When to choose
- you want a compact, readable reference implementation of async Q-learning on Atari
- you're studying the A3C paper and want code to follow along with
- you need RL training that fits in a few GB of RAM without experience replay
When to avoid
- you need a maintained library - the last release was 2018 and it targets old TensorFlow/Keras versions
- you want production-grade or modern RL tooling like Stable-Baselines3 or RLlib
- you need A3C/actor-critic fully implemented - that part is marked work-in-progress
Facets
library · maturity abandoned
machine-learning reinforcement-learning deep-learning benchmarking reinforcement-learning machine-learning deep-learning gaming-tools python cross-platform reinforcement-learning q-learning a3c atari openai-gym actor-learner tensorflow keras research-code linux macos
1 source
- readme: https://github.com/coreylynch/async-rl · fetched 2026-09-03 · 030bd9aae9c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| coreylynch/async-rl | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="coreylynch/async-rl")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem