awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA-NeMo avatar

NVIDIA-NeMo/RL

0
View on GitHub↗
1,756 نجوم·438 تفرعات·Python·Apache-2.0·16 مشاهداتdocs.nvidia.com/nemo/rl/latest/index.html↗

RL

Documentation | Discussions | Contributing

Features

  • Reinforcement Learning Frameworks - Scalable post-training library for reinforcement learning.
  • Training and Fine-Tuning - Toolkit for scalable reinforcement learning.

سجل النجوم

مخطط تاريخ النجوم لـ nvidia-nemo/rlمخطط تاريخ النجوم لـ nvidia-nemo/rl

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ RL

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع RL.
  • thudm/slimeالصورة الرمزية لـ THUDM

    THUDM/slime

    4,259عرض على GitHub↗

    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

    Python
    عرض على GitHub↗4,259
  • huggingface/trlالصورة الرمزية لـ huggingface

    huggingface/trl

    18,653عرض على GitHub↗

    This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language models. It serves as a toolkit for adapting models to specialized domains through supervised learning, while offering advanced methodologies to improve output quality and reasoning capabilities. The project distinguishes itself through specialized alignment and optimization techniques, including direct preference optimization and reinforcement learning, which allow models to be tuned against human preferences without complex reward modeling. It further supports training efficie

    Python
    عرض على GitHub↗18,653
  • openrlhf/openrlhfالصورة الرمزية لـ OpenRLHF

    OpenRLHF/OpenRLHF

    9,675عرض على GitHub↗

    OpenRLHF is a training framework and alignment library designed for reinforcement learning from human feedback across distributed GPU clusters. It provides tools for aligning large language models and multimodal vision-language models using algorithms such as PPO, GRPO, and DPO. The framework distinguishes itself through a distributed inference engine that overlaps sample rollout with training to increase throughput. It supports scaling to models exceeding 70 billion parameters via parameter sharding and handles long-context sequences through ring-attention sequence parallelism. The project

    Pythonlarge-language-modelsopenai-o1proximal-policy-optimization
    عرض على GitHub↗9,675
  • facebookresearch/habitat-labالصورة الرمزية لـ facebookresearch

    facebookresearch/habitat-lab

    2,848عرض على GitHub↗

    Habitat-Lab is an open-source platform for training and evaluating embodied AI agents in photorealistic 3D indoor environments. It functions as a high-performance 3D indoor environment simulator that supports physics-based interaction, enabling research into navigation and manipulation tasks. The platform provides a modular task-environment abstraction that separates task logic from environment simulation, using configuration-driven pipeline assembly to compose simulation and training pipelines. It includes a hierarchical sensor-actuator architecture for mixing and matching perception and act

    Pythonaicomputer-visiondeep-learning
    عرض على GitHub↗2,848
عرض جميع البدائل الـ 30 لـ RL→

الأسئلة الشائعة

ما هي وظيفة nvidia-nemo/rl؟

Documentation | Discussions | Contributing

ما هي الميزات الرئيسية لـ nvidia-nemo/rl؟

الميزات الرئيسية لـ nvidia-nemo/rl هي: Reinforcement Learning Frameworks, Training and Fine-Tuning.

ما هي البدائل مفتوحة المصدر لـ nvidia-nemo/rl؟

تشمل البدائل مفتوحة المصدر لـ nvidia-nemo/rl: openrlhf/openrlhf — OpenRLHF is a training framework and alignment library designed for reinforcement learning from human feedback across… thudm/slime — SLIME is a distributed reinforcement learning framework for large language model post-training that bridges Megatron… huggingface/trl — This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language… tflearn/tflearn — tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing… google/dopamine — Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse… facebookresearch/habitat-lab — Habitat-Lab is an open-source platform for training and evaluating embodied AI agents in photorealistic 3D indoor…