awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesRL Training Loops

Executes the entire reinforcement learning pipeline—simulation, model inference, and gradient updates—within a single process to eliminate synchronization bottlenecks.

Distinct from Single-Process Servers: Distinct from Single-Process Servers: specifically targets RL training loops, not general server architectures.

Explore 1 awesome GitHub repository matching devops & infrastructure · RL Training Loops. Refine with filters or upvote what's useful.

Awesome RL Training Loops GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pufferai/pufferlibAvatar von PufferAI

    PufferAI/PufferLib

    6,039Auf GitHub ansehen↗

    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

    Executes simulation, model inference, and gradient updates in a single process to eliminate synchronization bottlenecks.

    Creinforcement-learning
    Auf GitHub ansehen↗6,039
  1. Home
  2. DevOps & Infrastructure
  3. Single-Node Deployment
  4. Single-Process Servers
  5. RL Training Loops