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
·

5 Repos

Awesome GitHub RepositoriesDistributed RL Scaling

Scaling reinforcement learning training loops and rollout generation across multiple GPU nodes.

Distinct from Distributed GPU Computing: Specifically targets the unique scaling needs of RL (rollouts + training) versus general deep learning workloads.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Distributed RL Scaling. Refine with filters or upvote what's useful.

Awesome Distributed RL Scaling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tensortrade-org/tensortradeAvatar von tensortrade-org

    tensortrade-org/tensortrade

    6,346Auf GitHub ansehen↗

    TensorTrade is a reinforcement learning trading framework designed for training and deploying autonomous agents that optimize financial market strategies. It provides an algorithmic trading simulation environment where agents can be tested against market data using simulated broker environments. The framework features a distributed training system using RLlib to optimize decision policies across large datasets. It includes a walk-forward validation tool that evaluates trading strategies through windowed performance analysis to prevent overfitting and measure real-world viability. The project

    Scales the optimization of trading policies across large datasets using RLlib for distributed training.

    Python
    Auf GitHub ansehen↗6,346
  • thudm/slimeAvatar von THUDM

    THUDM/slime

    4,259Auf GitHub ansehen↗

    SLIME is a distributed reinforcement learning framework for large language model post-training that bridges Megatron training with SGLang inference servers. It orchestrates scalable RL loops across GPU clusters, decoupling training and inference into independent processes that communicate over HTTP and NCCL for independent scaling and fault tolerance. The system supports multi-agent reinforcement learning workflows with parallel agent instances, customizable rollout strategies, and personalized agent serving that improves models from prior conversations without disrupting API serving. The fra

    A pipeline that decouples training and inference engines across GPU clusters to optimize throughput and memory for large-scale RL workloads.

    Python
    Auf GitHub ansehen↗4,259
  • google-deepmind/acmeAvatar von google-deepmind

    google-deepmind/acme

    4,005Auf GitHub ansehen↗

    Acme ist ein Framework für Reinforcement Learning und eine Ausführungsumgebung, die für die Entwicklung und das Benchmarking von Lernalgorithmen konzipiert wurde. Es bietet eine Bibliothek modularer Komponenten und Referenzimplementierungen, mit denen Agenten erstellt und Performance-Baselines etabliert werden können. Das System ermöglicht die Skalierung von Agenten-Architekturen von der Single-Stream-Ausführung bis hin zu großen verteilten Umgebungen. Dies erlaubt den Übergang vom ersten Prototyping zur verteilten Ausführung für Training und Evaluierung. Das Framework deckt die Entwicklung von Reinforcement Learning und das Prototyping von Agenten-Architekturen ab und liefert die notwendigen Bausteine, um neue Modelle gegen Standard-Referenzagenten zu benchen.

    Acts as an execution engine for scaling reinforcement learning training and rollout generation across distributed GPU nodes.

    Python
    Auf GitHub ansehen↗4,005
  • isaac-sim/isaacgymenvsAvatar von isaac-sim

    isaac-sim/IsaacGymEnvs

    2,942Auf GitHub ansehen↗

    IsaacGymEnvs is a GPU-accelerated physics sandbox and robotics policy training suite designed for reinforcement learning. It serves as a vectorized robotic simulator that runs thousands of parallel environments on GPUs to accelerate the training of neural networks. The project provides a sim-to-real transfer framework that utilizes domain randomization and physics variations to ensure policies trained in simulation are robust enough for deployment on real hardware. It distinguishes itself through a high-performance architecture that uses tensor-based state management to handle observations an

    Scales reinforcement learning training loops and rollout generation across multiple GPU nodes to maximize throughput.

    Python
    Auf GitHub ansehen↗2,942
  • rlinf/rlinfAvatar von RLinf

    RLinf/RLinf

    2,502Auf GitHub ansehen↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Scales reinforcement learning workloads across GPU clusters by managing worker placement and asynchronous data exchange.

    Pythonagentic-aiembodied-aireinforcement-learning
    Auf GitHub ansehen↗2,502
  1. Home
  2. Artificial Intelligence & ML
  3. Distributed GPU Computing
  4. Distributed RL Scaling

Unter-Tags erkunden

  • Decoupled Training-Inference PipelinesPipelines that separate training and inference engines across GPU clusters for independent scaling and fault tolerance. **Distinct from Distributed RL Scaling:** Distinct from Distributed RL Scaling: emphasizes decoupling training and inference into independent processes, not just scaling RL loops across GPUs.