sfujim/TD3
Author's PyTorch implementation of TD3 for OpenAI gym tasks 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: 3114
- days_rel: n/a
- days_push: 1146
- n_releases_24m: 0
Adoption not part of the score
2106 stars · 481 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The author's official PyTorch implementation of Twin Delayed Deep Deterministic Policy Gradients (TD3), a reinforcement learning algorithm for continuous control. It includes experiment scripts, a DDPG baseline for comparison, and the learning curve data from the ICML 2018 paper.
Use cases
- reproduce TD3 paper results on MuJoCo continuous control tasks
- train an RL agent on OpenAI gym environments like HalfCheetah
- compare TD3 against DDPG with matched hyperparameters
- use TD3 as a baseline for new continuous control RL research
- get the original learning curve data from the TD3 paper
When to choose
- you need the canonical, author-verified TD3 implementation for research or baselines
- you want to reproduce the ICML 2018 paper results on MuJoCo tasks
- you need a simple, minimal PyTorch RL codebase to modify or extend
When to avoid
- you need a maintained library with an API, docs, or support for new gym versions
- you want multi-algorithm RL frameworks like Stable-Baselines3 or RLlib
- you need discrete-action or offline RL support
Facets
library · maturity maintenance
machine-learning reinforcement-learning benchmarking reinforcement-learning machine-learning python td3 actor-critic pytorch mujoco openai-gym continuous-control ddpg research-code research linux macos
1 source
- readme: https://github.com/sfujim/TD3 · fetched 2026-08-28 · 0f288cd83b74
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sfujim/TD3 | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem