7 dépôts
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.
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.
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.
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.
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.
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.
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.
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.