awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • morvanzhou/reinforcement-learning-with-tensorflowMorvanZhou 的头像

    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

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

    Pythona3cactor-criticasynchronous-advantage-actor-critic
    在 GitHub 上查看↗9,464
  • vwxyzjn/cleanrlvwxyzjn 的头像

    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

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

    Pythona2cactor-criticadvantage-actor-critic
    在 GitHub 上查看↗9,127
  • lazyprogrammer/machine_learning_exampleslazyprogrammer 的头像

    lazyprogrammer/machine_learning_examples

    8,823在 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
    在 GitHub 上查看↗8,823
  • p-christ/deep-reinforcement-learning-algorithms-with-pytorchp-christ 的头像

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

    5,935在 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
    在 GitHub 上查看↗5,935
  • udacity/deep-reinforcement-learningudacity 的头像

    udacity/deep-reinforcement-learning

    5,169在 GitHub 上查看↗

    本项目是一个深度强化学习课程,提供用于掌握基于神经网络的代理的教育材料与实现练习。它作为一个框架,用于构建基于价值与基于策略的方法的参考版本,以解决序列决策问题。 该项目为连续控制模拟与多智能体强化学习提供了具体实现,其中代理被训练在共享环境中合作或竞争。它包含一个用于通过 REINFORCE 等方法优化代理行为的策略梯度框架。 能力涵盖了广泛的优化算法,包括深度 Q 学习、确定性策略梯度以及用于马尔可夫决策过程(MDP)建模的动态规划。该系统支持各种训练领域,如机器人导航、金融交易自动化与基于物理的模拟。 材料以一系列 Jupyter Notebooks 的形式交付。

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

    Jupyter Notebookcross-entropyddpgdeep-reinforcement-learning
    在 GitHub 上查看↗5,169
  • wangshusen/drlwangshusen 的头像

    wangshusen/DRL

    4,512在 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.

    在 GitHub 上查看↗4,512
  • reiniscimurs/drl-robot-navigationreiniscimurs 的头像

    reiniscimurs/DRL-robot-navigation

    1,321在 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
    在 GitHub 上查看↗1,321
  1. Home
  2. Artificial Intelligence & ML
  3. Continuous Control Training

探索子标签

  • 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.