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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
udacity avatar

udacity/deep-reinforcement-learning

0
View on GitHub↗
5,169 estrellas·2,378 forks·Jupyter Notebook·MIT·23 vistaswww.udacity.com/course/deep-reinforcement-learning-nanodegree--nd893↗

Deep Reinforcement Learning

Este proyecto es un plan de estudios de aprendizaje por refuerzo profundo que proporciona materiales educativos y ejercicios de implementación para dominar agentes basados en redes neuronales. Sirve como un framework para construir versiones de referencia de métodos basados en valores y basados en políticas para resolver problemas de decisión secuenciales.

El proyecto proporciona implementaciones específicas para simulaciones de control continuo y aprendizaje por refuerzo multi-agente, donde los agentes son entrenados para cooperar o competir en entornos compartidos. Incluye un framework de gradiente de política para optimizar el comportamiento del agente a través de métodos como REINFORCE.

Las capacidades cubren una amplia gama de algoritmos de optimización, incluyendo aprendizaje Q profundo, gradientes de política deterministas y programación dinámica para el modelado de procesos de decisión de Markov. El sistema admite varios dominios de entrenamiento, como navegación robótica, automatización de comercio financiero y simulaciones basadas en física.

Los materiales se entregan como una serie de Jupyter Notebooks.

Features

  • RL Agent Implementation Frameworks - Provides a structural framework for building reference versions of value-based and policy-based reinforcement learning agents.
  • Reinforcement Learning Curricula - Provides a structured learning path and implementation exercises specifically for the study of reinforcement learning.
  • Actor-Critic Architectures - Implements architectures that combine policy-based agents with value-based evaluators to balance exploration and exploitation.
  • Deterministic Policy Gradients - Implements methods for optimizing continuous actions by predicting deterministic values based on critic network gradients.
  • Deep Q-Learning Implementations - Implements deep Q-learning algorithms using neural networks to estimate optimal action-value functions.
  • DDPG Implementations - Implements the Deep Deterministic Policy Gradient algorithm for solving continuous control tasks in physics environments.
  • Policy Gradient Implementations - Provides a framework for optimizing decision-making policies using gradient-based methods like REINFORCE.
  • Policy Gradient Optimizers - Implements gradient-based methods for updating policy parameters to maximize expected rewards in various action spaces.
  • REINFORCE Implementations - Implements the REINFORCE algorithm to optimize neural network action probabilities using episodic reward accumulation.
  • Neural Action-Value Estimation - Uses neural networks to approximate action-value functions for complex state spaces in simulated environments.
  • Agent Implementations - Provides practical code implementations for building autonomous agents that select actions and learn from experience.
  • Temporal Difference Learning - Implements algorithms that update value estimates incrementally by comparing current predictions with subsequent observations.
  • Multi-Agent Training - Provides training frameworks that coordinate multiple agents to cooperate or compete within shared simulated environments.
  • Continuous Control Training - Implements training for agents in high-dimensional, real-valued action spaces typical of physics-based simulations.
  • Dynamic Programming Solvers - Includes solvers for Markov Decision Processes using value and policy iteration through dynamic programming.
  • Agent Performance Evaluators - Implements tools for assessing agent behavior and policy stability by calculating average and peak returns over thousands of episodes.
  • Markov Decision Process Solvers - Implements algorithms for calculating optimal action sequences in environments where future states depend on current actions.
  • Monte Carlo Sampling Methods - Implements techniques for estimating state values by averaging accumulated rewards from complete interaction episodes.
  • Monte Carlo Trajectory Estimators - Implements Monte Carlo methods to estimate expected returns by averaging cumulative rewards from complete episodes.
  • Cross-Entropy Method Implementations - Implements an optimization approach for policies based on high-reward trajectories to solve continuous control environments.
  • Parallel Experience Collection - Provides the capability to execute multiple identical simulation instances simultaneously to accelerate training data gathering.
  • Reinforcement Learning Trading Frameworks - Provides a framework for training agents that use reinforcement learning to analyze market data and execute asset trading.
  • Reinforcement Learning Training - Provides general frameworks for training agents to solve control problems within virtual scenarios and simulations.
  • Multi-Agent Training - Implements architectures for coordinating multiple specialized agents to cooperate or compete within shared environments.
  • Navigation Agent Training - Includes implementations for teaching virtual agents to move through spatial environments using perception data.
  • Learning and Reference - Deep RL Nanodegree repo.

Historial de estrellas

Gráfico del historial de estrellas de udacity/deep-reinforcement-learningGráfico del historial de estrellas de udacity/deep-reinforcement-learning

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Deep Reinforcement Learning

Proyectos open-source similares, clasificados según cuántas características comparten con Deep Reinforcement Learning.
  • morvanzhou/reinforcement-learning-with-tensorflowAvatar de MorvanZhou

    MorvanZhou/Reinforcement-learning-with-tensorflow

    9,464Ver en 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

    Pythona3cactor-criticasynchronous-advantage-actor-critic
    Ver en GitHub↗9,464
  • dennybritz/reinforcement-learningAvatar de dennybritz

    dennybritz/reinforcement-learning

    22,039Ver en GitHub↗

    This repository provides a comprehensive library of reinforcement learning algorithms designed for training autonomous agents. It serves as a research-oriented collection of implementations that cover fundamental decision-making strategies, including dynamic programming, temporal difference learning, and policy gradient methods. The project distinguishes itself by offering specialized frameworks for deep reinforcement learning and structured decision modeling. It includes implementations for deep Q-learning that utilize neural networks, experience replay, and prioritized sampling to approxima

    Jupyter Notebook
    Ver en GitHub↗22,039
  • packtpublishing/deep-reinforcement-learning-hands-onAvatar de PacktPublishing

    PacktPublishing/Deep-Reinforcement-Learning-Hands-On

    3,098Ver en GitHub↗

    This project serves as an educational resource and training framework for developing intelligent agents through deep reinforcement learning. It provides a collection of practical tutorials and code examples designed to teach the implementation of neural networks for solving complex decision-making tasks. By focusing on hands-on learning, the material guides users through the process of building autonomous systems that improve their performance through trial and error. The framework centers on the integration of standardized simulation environments, allowing agents to interact with diverse tas

    Python
    Ver en GitHub↗3,098
  • andri27-ts/reinforcement-learningAvatar de andri27-ts

    andri27-ts/Reinforcement-Learning

    4,722Ver en GitHub↗

    This project is a collection of reinforcement learning implementations and educational materials written in Python. It provides neural network architectures for solving control tasks through deep reinforcement learning, spanning value-based and policy-gradient methods. The repository includes a library of evolutionary strategies and genetic algorithms as alternatives to gradient-based learning. It also features a model-based system for predicting future environment states and rewards to enable internal simulation and offline planning. The codebase covers a wide range of capabilities, includi

    Jupyter Notebooka2cartificial-intelligencedeep-learning
    Ver en GitHub↗4,722
Ver las 30 alternativas a Deep Reinforcement Learning→

Preguntas frecuentes

¿Qué hace udacity/deep-reinforcement-learning?

Este proyecto es un plan de estudios de aprendizaje por refuerzo profundo que proporciona materiales educativos y ejercicios de implementación para dominar agentes basados en redes neuronales. Sirve como un framework para construir versiones de referencia de métodos basados en valores y basados en políticas para resolver problemas de decisión secuenciales.

¿Cuáles son las características principales de udacity/deep-reinforcement-learning?

Las características principales de udacity/deep-reinforcement-learning son: RL Agent Implementation Frameworks, Reinforcement Learning Curricula, Actor-Critic Architectures, Deterministic Policy Gradients, Deep Q-Learning Implementations, DDPG Implementations, Policy Gradient Implementations, Policy Gradient Optimizers.

¿Qué alternativas de código abierto existen para udacity/deep-reinforcement-learning?

Las alternativas de código abierto para udacity/deep-reinforcement-learning incluyen: morvanzhou/reinforcement-learning-with-tensorflow — This project is an educational repository of reinforcement learning agents and tutorials implemented using TensorFlow.… dennybritz/reinforcement-learning — This repository provides a comprehensive library of reinforcement learning algorithms designed for training autonomous… packtpublishing/deep-reinforcement-learning-hands-on — This project serves as an educational resource and training framework for developing intelligent agents through deep… andri27-ts/reinforcement-learning — This project is a collection of reinforcement learning implementations and educational materials written in Python. It… openai/baselines — Baselines is a comprehensive suite of frameworks for reinforcement learning algorithm implementation, imitation… morvanzhou/tutorials — This repository is a comprehensive collection of instructional guides and practical examples for Python development,…