facebookresearch/ReAgent
A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.) observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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: 3324
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
3712 stars · 529 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ReAgent is an open-source end-to-end platform for applied reinforcement learning developed at Facebook, built in Python with PyTorch for training and TorchScript for serving. It supports deep RL algorithms, contextual bandits, and counterfactual policy evaluation for large-scale offline decision-making tasks. The project is officially archived and no longer maintained, with users directed to its successor Pearl.
Use cases
- train deep reinforcement learning policies on logged batch data
- run contextual bandit experiments like LinUCB and Thompson sampling
- evaluate new policies offline with counterfactual estimators before deployment
- build RL-based recommender systems with SlateQ or Seq2Slate
- serve trained RL models in production via TorchScript
When to choose
- you need an offline/batch RL platform for large-scale recommendation or optimization without a simulator
- you want both bandit algorithms and deep RL in one framework
- you need counterfactual policy evaluation (doubly robust, MAGIC) on logged data
When to avoid
- you need an actively maintained library - ReAgent is archived and unsupported
- you want production-ready RL tooling today - use its successor Pearl instead
- you need online RL with a simulator environment rather than offline batch training
Facets
framework · maturity abandoned
machine-learning reinforcement-learning benchmarking reinforcement-learning machine-learning large-language-models python pytorch contextual-bandits counterfactual-evaluation recommender-systems offline-rl torchscript facebook-research archived linux docker gpu
3 sources
- readme: https://github.com/facebookresearch/ReAgent · fetched 2026-08-28 · 4f33c755d40c
- homepage: https://facebookresearch.github.io/ReAgent/ · fetched 2026-08-29 · 239134db8fb5
- registry_pypi: https://pypi.org/pypi/reagent/json · fetched 2026-08-29 · 224cfbfacfa1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebookresearch/ReAgent | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="facebookresearch/ReAgent")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem