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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesContinuous Control Training

Training agents for high-dimensional, real-valued action spaces typically found in robotics and physics.

Distinguishing note: None of the candidates specifically target the 'Continuous Control' RL domain (action spaces), instead targeting continuous model updates or robotics hardware.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Continuous Control Training. Refine with filters or upvote what's useful.

Awesome Continuous Control Training GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • morvanzhou/reinforcement-learning-with-tensorflowAvatar de MorvanZhou

    MorvanZhou/Reinforcement-learning-with-tensorflow

    9,464Voir sur 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

    Develops controllers for high-dimensional, real-valued action spaces found in robotic and physical simulations.

    Pythona3cactor-criticasynchronous-advantage-actor-critic
    Voir sur GitHub↗9,464
  • vwxyzjn/cleanrlAvatar de vwxyzjn

    vwxyzjn/cleanrl

    9,127Voir sur 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

    Develops agents for high-dimensional continuous action spaces using algorithms like SAC and TD3.

    Pythona2cactor-criticadvantage-actor-critic
    Voir sur GitHub↗9,127
  • lazyprogrammer/machine_learning_examplesAvatar de lazyprogrammer

    lazyprogrammer/machine_learning_examples

    8,823Voir sur GitHub↗

    This project is a comprehensive collection of practical code examples and implementation libraries for machine learning. It provides a wide array of reference materials for building supervised, unsupervised, and reinforcement learning algorithms. The repository serves as a multi-domain resource, featuring specific implementation suites for financial AI, Bayesian statistical modeling, and deep learning architectures. It includes a framework for training intelligent agents using policy gradients and actor-critic models, as well as practical guides for fine-tuning transformers and utilizing larg

    Implements training agents for high-dimensional, real-valued action spaces used in control environments.

    Pythondata-sciencedeep-learningmachine-learning
    Voir sur GitHub↗8,823
  • p-christ/deep-reinforcement-learning-algorithms-with-pytorchAvatar de p-christ

    p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch

    5,935Voir sur GitHub↗

    This is a PyTorch-based toolkit for training reinforcement learning agents, providing implementations of standard and hierarchical deep RL algorithms. It is designed as a library for deep reinforcement learning research and experimentation, supporting both discrete and continuous control tasks through a collection of algorithm implementations. The project distinguishes itself by offering a hierarchical reinforcement learning framework that decomposes complex long-horizon tasks into manageable sub-goals using meta-controllers and lower-level policies. It also includes a Hindsight Experience Re

    Applies deep RL algorithms to continuous action space problems such as robotic control and locomotion.

    Python
    Voir sur GitHub↗5,935
  • udacity/deep-reinforcement-learningAvatar de udacity

    udacity/deep-reinforcement-learning

    5,169Voir sur GitHub↗

    Ce projet est un programme d'apprentissage par renforcement profond fournissant du matériel pédagogique et des exercices d'implémentation pour maîtriser les agents basés sur les réseaux neuronaux. Il sert de framework pour construire des versions de référence de méthodes basées sur la valeur et basées sur la politique pour résoudre des problèmes de décision séquentiels. Le projet fournit des implémentations spécifiques pour les simulations de contrôle continu et l'apprentissage par renforcement multi-agents, où les agents sont entraînés à coopérer ou à rivaliser dans des environnements partagés. Il inclut un framework de gradient de politique pour optimiser le comportement de l'agent par des méthodes telles que REINFORCE. Les capacités couvrent un large éventail d'algorithmes d'optimisation, notamment l'apprentissage Q profond, les gradients de politique déterministes et la programmation dynamique pour la modélisation des processus de décision de Markov. Le système prend en charge divers domaines d'entraînement tels que la navigation robotique, l'automatisation du trading financier et les simulations basées sur la physique. Le matériel est livré sous forme d'une série de Jupyter Notebooks.

    Implements training for agents in high-dimensional, real-valued action spaces typical of physics-based simulations.

    Jupyter Notebookcross-entropyddpgdeep-reinforcement-learning
    Voir sur GitHub↗5,169
  • wangshusen/drlAvatar de wangshusen

    wangshusen/DRL

    4,512Voir sur GitHub↗

    DRL is a curated educational resource that teaches deep reinforcement learning through a structured series of lectures and videos. It covers the three main families of reinforcement learning methods: actor-critic architectures, value-based algorithms like Q-learning and DQN, and policy-based techniques that directly optimize an agent's action-selection strategy. The curriculum extends beyond these core topics to include imitation learning, multi-agent training, and methods for handling continuous action spaces. Content is organized as markdown-driven documentation that generates static, navig

    Teaches how to handle environments with real-valued actions by extending policy gradient methods.

    Voir sur GitHub↗4,512
  • reiniscimurs/drl-robot-navigationAvatar de reiniscimurs

    reiniscimurs/DRL-robot-navigation

    1,321Voir sur GitHub↗

    DRL-robot-navigation is a deep reinforcement learning platform and robotic simulation framework designed to train autonomous mobile robots for collision-free path planning. It uses neural network policies and physics-engine simulation environments to teach robots how to navigate toward target coordinates while avoiding obstacles. The software trains continuous control policies using twin delayed deep deterministic policy gradients over continuous state and action spaces. Training is guided by scalar reward signals derived from target proximity and obstacle avoidance distances. System compone

    Trains control agents across continuous state and action spaces for mobile robot navigation.

    Pythondeep-learningdeep-reinforcement-learninggazebo
    Voir sur GitHub↗1,321
  1. Home
  2. Artificial Intelligence & ML
  3. Continuous Control Training

Explorer les sous-tags

  • Continuous Action Space TutorialsEducational content teaching how to handle environments where actions are real-valued instead of discrete by extending policy gradient methods. **Distinct from Continuous Control Training:** Distinct from Continuous Control Training: focuses on the educational tutorial aspect of continuous action spaces, not the training framework itself.