sail-sg/envpool
C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 84
- Longevity 100
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: 3.5
- age_days: 1778
- days_rel: 105
- days_push: 7
- n_releases_24m: 11
Adoption not part of the score
1506 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EnvPool is a C++-based batched environment pool with pybind11 bindings and a thread pool for high-performance parallel RL environment execution. It provides Gymnasium and dm_env compatible APIs and ships prebuilt implementations of many popular environments like Atari, MuJoCo, and DeepMind Control Suite.
Use cases
- run reinforcement learning environments at millions of frames per second
- vectorize atari game environments for RL training
- parallelize mujoco physics simulations for RL
- batch dm_control suite environments with async stepping
- speed up RL training data collection pipelines
- replace gym vector envs with a faster C++ backend
When to choose
- you need maximum environment throughput for RL training
- you want prebuilt, optimized implementations of common RL benchmarks like Atari or MuJoCo
- you need Gymnasium or dm_env compatible APIs with sync and async stepping
When to avoid
- you need a custom environment not among the supported list and don't want to write C++
- you only run a handful of environments and don't need vectorization
- you need a pure-Python solution for easy modification of environment logic
Facets
library · maturity active
simulation machine-learning concurrency sdk reinforcement-learning machine-learning simulation robotics python cpp cross-platform reinforcement-learning-environments vectorized-environments gymnasium dm-env pybind11 thread-pool atari mujoco high-performance game-development linux macos
1 source
- readme: https://github.com/sail-sg/envpool · fetched 2026-08-28 · 28f5eab7ecb5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sail-sg/envpool | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem