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

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

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

3 مستودعات

Awesome GitHub RepositoriesDeep Deterministic

Specific implementations of the DDPG algorithm for continuous action spaces.

Distinct from Policy Gradient Implementations: Specializes the general Policy Gradient Implementations into the specific DDPG algorithm.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Deep Deterministic. Refine with filters or upvote what's useful.

Awesome Deep Deterministic GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • morvanzhou/reinforcement-learning-with-tensorflowالصورة الرمزية لـ MorvanZhou

    MorvanZhou/Reinforcement-learning-with-tensorflow

    9,464عرض على GitHub↗

    This project is an educational repository of reinforcement learning agents and tutorials implemented using TensorFlow. It provides a practical codebase for both model-free and model-based learning agents, designed to demonstrate how AI agents learn through trial and error. The collection features detailed implementations of various algorithmic approaches, including Deep Q-Networks and Policy Gradient methods. It specifically covers Actor-Critic architectures for continuous and discrete action spaces, alongside Proximal Policy Optimization and Deep Deterministic Policy Gradients. The framewor

    Implements the Deep Deterministic Policy Gradient algorithm to handle continuous action spaces.

    Pythona3cactor-criticasynchronous-advantage-actor-critic
    عرض على GitHub↗9,464
  • vwxyzjn/cleanrlالصورة الرمزية لـ vwxyzjn

    vwxyzjn/cleanrl

    9,127عرض على GitHub↗

    CleanRL is a reinforcement learning library and PyTorch framework providing a suite of reproducible implementations for online reinforcement learning algorithms. It serves as a deep reinforcement learning benchmark suite and experiment orchestrator designed for research and agent development across both discrete and continuous action spaces. The project is distinguished by its single-file algorithm implementation approach, which encapsulates each algorithm in a standalone script to eliminate complex class hierarchies. This structure is paired with a system for scheduling and executing large-s

    Provides a deterministic policy implementation for continuous action spaces using an actor-critic architecture.

    Pythona2cactor-criticadvantage-actor-critic
    عرض على GitHub↗9,127
  • ljpzzz/machinelearningالصورة الرمزية لـ ljpzzz

    ljpzzz/machinelearning

    8,706عرض على GitHub↗

    This project is a machine learning implementation library featuring a collection of code examples that implement supervised, unsupervised, and reinforcement learning algorithms from scratch. It provides a comprehensive set of toolkits for core machine learning components, including a natural language processing toolkit, a reinforcement learning framework, and suites for data dimensionality reduction and pattern mining. The library includes specialized implementations for reinforcement learning, such as Q-Learning, Deep Q-Networks, and Actor-Critic agents. The natural language processing capab

    Implements the DDPG algorithm for solving reinforcement learning problems in continuous action spaces.

    Jupyter Notebookalgorithmsmachinelearningreinforcementlearning
    عرض على GitHub↗8,706
  1. Home
  2. Artificial Intelligence & ML
  3. Policy Gradient Implementations
  4. Deep Deterministic