awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • morvanzhou/reinforcement-learning-with-tensorflowAvatar von MorvanZhou

    MorvanZhou/Reinforcement-learning-with-tensorflow

    9,464Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,464
  • vwxyzjn/cleanrlAvatar von vwxyzjn

    vwxyzjn/cleanrl

    9,127Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,127
  • ljpzzz/machinelearningAvatar von ljpzzz

    ljpzzz/machinelearning

    8,706Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,706
  1. Home
  2. Artificial Intelligence & ML
  3. Policy Gradient Implementations
  4. Deep Deterministic