rlcode/reinforcement-learning resource
Minimal and Clean Reinforcement Learning Examples observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 87
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3519
- days_rel: n/a
- days_push: 82
- n_releases_24m: 0
Adoption not part of the score
3659 stars · 735 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A collection of minimal, clean, one-file-per-algorithm reinforcement learning examples in Python, covering classic methods like Q-Learning and SARSA up to deep RL like DQN, PPO, and A3C. It includes benchmark results on Grid World, CartPole, and Atari environments with reproducible training reports.
Use cases
- learn reinforcement learning from readable code examples
- understand how DQN works with a minimal implementation
- study PPO and actor-critic algorithms in one file
- find reference implementations of Q-learning and SARSA
- compare RL algorithm benchmarks on Atari and CartPole
- get started with deep reinforcement learning in Python
When to choose
- you want clean, minimal, educational RL implementations rather than a heavy framework
- you are learning RL algorithms and prefer one readable file per algorithm
- you want reproducible benchmark baselines for DQN and PPO on standard environments
When to avoid
- you need a production-ready RL library with parallel environments and hyperparameter tuning
- you want a framework API to plug algorithms into your own project rather than standalone examples
- you need state-of-the-art performance or extensive multi-seed evaluation
Facets
learning-resource · maturity active
reinforcement-learning machine-learning deep-learning benchmarking reinforcement-learning machine-learning education tutorials python cross-platform dqn ppo actor-critic policy-gradient q-learning sarsa atari cartpole grid-world pytorch educational-examples gpu
1 source
- readme: https://github.com/rlcode/reinforcement-learning · fetched 2026-08-28 · 28639711d016
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rlcode/reinforcement-learning | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="rlcode/reinforcement-learning")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem