seungeunrho/minimalRL resource
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based) 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2689
- days_rel: n/a
- days_push: 1229
- n_releases_24m: 0
Adoption not part of the score
3222 stars · 491 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A collection of minimal PyTorch implementations of classic deep reinforcement learning algorithms (REINFORCE, DQN, PPO, DDPG, A3C, A2C, ACER, SAC, and more), each fitting in a single 100-150 line file. It is designed for learning, with every algorithm trainable on CartPole-v1 in under 30 seconds without a GPU.
Use cases
- learn reinforcement learning algorithms from short readable code
- understand how DQN or PPO works by reading a single file
- quickly train basic RL agents on CartPole without a GPU
- study PyTorch implementations of policy gradient methods
- get a minimal reference implementation of SAC or DDPG
- teach a deep RL course with simple code examples
When to choose
- you want to learn or teach RL algorithm internals with minimal code
- you need compact reference implementations to read or modify
- you want fast, CPU-friendly experiments on simple environments
When to avoid
- you need production-ready, scalable, or feature-rich RL training
- you need complex environments beyond CartPole-v1
- you need a maintained framework with active development and support
Facets
learning-resource · maturity maintenance
reinforcement-learning machine-learning deep-learning reinforcement-learning machine-learning deep-learning education tutorials python cross-platform pytorch reinforcement-learning-algorithms educational minimal-implementations cartpole openai-gym policy-gradients dqn ppo sac a3c
1 source
- readme: https://github.com/seungeunrho/minimalRL · fetched 2026-08-28 · db704bb7d5c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| seungeunrho/minimalRL | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="seungeunrho/minimalRL")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem