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

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

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

ShangtongZhang/DeepRL

0
View on GitHub↗
3,428 نجوم·698 تفرعات·Python·MIT·4 مشاهدات

DeepRL

Modularized Implementation of Deep RL Algorithms in PyTorch

Features

  • Algorithm Implementations - Deep reinforcement learning algorithms implemented in PyTorch.
  • Reinforcement Learning - Modularized Deep RL in PyTorch.
  • Reinforcement Learning Frameworks - Popular deep reinforcement learning algorithms implemented in PyTorch.

سجل النجوم

مخطط تاريخ النجوم لـ shangtongzhang/deeprlمخطط تاريخ النجوم لـ shangtongzhang/deeprl

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع DeepRL.
  • instadeepai/jumanjiالصورة الرمزية لـ instadeepai

    instadeepai/jumanji

    841عرض على GitHub↗

    🕹️ A diverse suite of scalable reinforcement learning environments in JAX

    Python
    عرض على GitHub↗841
  • openai/baselinesالصورة الرمزية لـ openai

    openai/baselines

    16,733عرض على GitHub↗

    Baselines is a comprehensive suite of frameworks for reinforcement learning algorithm implementation, imitation learning, and training orchestration. It provides a library of standardized learning algorithms used to benchmark and replicate research results, alongside a deep learning policy framework for constructing neural network architectures such as multi-layer perceptrons, convolutional networks, and long short-term memory networks. The project includes a specialized imitation learning toolkit that enables agents to mimic expert behavior through behavior cloning and generative adversarial

    Python
    عرض على GitHub↗16,733
  • google/dopamineالصورة الرمزية لـ google

    google/dopamine

    10,879عرض على GitHub↗

    Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse simulated environments. It provides an agent development toolkit that utilizes a flat class hierarchy to facilitate the creation and extension of learning agents. The framework includes a standardization layer via environment wrappers that connect agents to various physics simulations and gaming environments. It also features a high-performance experience replay buffer for storing and sampling transition data to improve training stability, alongside a dedicated hyperparameter

    Jupyter Notebook
    عرض على GitHub↗10,879
  • chainer/chainerrlالصورة الرمزية لـ chainer

    chainer/chainerrl

    1,200عرض على GitHub↗

    ChainerRL is a deep reinforcement learning library built on top of Chainer.

    Python
    عرض على GitHub↗1,200
عرض جميع البدائل الـ 30 لـ DeepRL→

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

ما هي وظيفة shangtongzhang/deeprl؟

Modularized Implementation of Deep RL Algorithms in PyTorch

ما هي الميزات الرئيسية لـ shangtongzhang/deeprl؟

الميزات الرئيسية لـ shangtongzhang/deeprl هي: Algorithm Implementations, Reinforcement Learning, Reinforcement Learning Frameworks.

ما هي البدائل مفتوحة المصدر لـ shangtongzhang/deeprl؟

تشمل البدائل مفتوحة المصدر لـ shangtongzhang/deeprl: instadeepai/jumanji — 🕹️ A diverse suite of scalable reinforcement learning environments in JAX. openai/baselines — Baselines is a comprehensive suite of frameworks for reinforcement learning algorithm implementation, imitation… google/dopamine — Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse… huggingface/trl — This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language… aunum/gold — Reinforcement Learning in Go. alibaba/roll — ROLL is a distributed reinforcement learning framework and model alignment toolkit designed for large language models.…