awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRL Simulation Accelerators

Compiled C extensions that offload performance-critical loops like environment stepping and reward computation for near-native speed.

Distinct from C-Extensions: Distinct from general C-Extensions: specifically targets RL simulation acceleration, not general Python-to-C translation.

Explore 1 awesome GitHub repository matching programming languages & runtimes · RL Simulation Accelerators. Refine with filters or upvote what's useful.

Awesome RL Simulation Accelerators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pufferai/pufferlibPufferAI 的头像

    PufferAI/PufferLib

    6,039在 GitHub 上查看↗

    PufferLib is a reinforcement learning framework built around high-speed environment simulation and automatic hyperparameter optimization. It is designed to accelerate the entire RL training pipeline by running simulations at near-native speed and enabling the training of tiny models to super-human performance within seconds. The framework achieves its speed through a single-process training loop that eliminates inter-process communication overhead, vectorized batched simulation for parallel environment execution, and compiled C extensions that offload performance-critical computations. It als

    Offloads performance-critical RL simulation loops to compiled C extensions for near-native speed.

    Creinforcement-learning
    在 GitHub 上查看↗6,039
  1. Home
  2. Programming Languages & Runtimes
  3. Python Compilers
  4. C-Extensions
  5. RL Simulation Accelerators