awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
simoninithomas avatar

simoninithomas/Deep_reinforcement_learning_Course

0
View on GitHub↗
3,903 نجوم·1,216 تفرعات·Jupyter Notebook·15 مشاهداتwww.simoninithomas.com/deep-rl-course↗

Deep Reinforcement Learning Course

يعمل هذا المستودع كمنهج تعليمي لتعلم التعلم المعزز العميق (Deep Reinforcement Learning) من خلال تمارين برمجية عملية ومنظمة. يوفر إطار عمل لبناء وتدريب وكلاء مستقلين يتعلمون أداء المهام من خلال التفاعل مع بيئات محاكاة وتلقي ملاحظات تكرارية.

يغطي المشروع تنفيذ نماذج اتخاذ القرار باستخدام تقريب الدوال العصبية العميقة، وتعلم الفروق الزمنية (temporal difference learning)، وتحسين السياسات القائم على التدرج. يركز على استخدام تخزين تجارب إعادة التشغيل (experience replay buffering) ومحاكاة البيئة المتجهة (vectorized environment) لتحقيق استقرار التدريب وتسريع جمع البيانات ضمن عمليات ماركوف لاتخاذ القرار.

إلى جانب تقنيات التدريب الأساسية، تتضمن المواد موارد لتقييم أداء الوكلاء مقابل معايير قياسية ومشاركة النماذج المدربة ضمن سياق بحثي تعاوني. تم تصميم المستودع للاستخدام مع أطر عمل تعلم الآلة الشائعة، مما يوفر مجموعة شاملة من الدروس والتنفيذات لتطوير وكلاء أذكياء.

Features

  • Reinforcement Learning Curricula - Offers a structured curriculum for learning deep reinforcement learning through hands-on coding exercises.
  • Reinforcement Learning Training Loops - Provides structured training loops for reinforcement learning agents, including state-transition recording and experience replay.
  • Machine Learning Curricula - Delivers a structured curriculum for mastering reinforcement learning techniques via coding exercises and performance benchmarking.
  • Autonomous Agent Simulations - Provides simulated environments for training and analyzing the behavior of autonomous agents.
  • Deep Learning Training Toolsets - Serves as a framework for building and testing decision-making models through iterative feedback loops.
  • Deep Reinforcement Learning Implementations - Collects tutorials and code implementations for training autonomous agents using deep learning frameworks.
  • Experience Replay Buffers - Utilizes memory buffers to store and sample past transitions, breaking temporal correlations to stabilize the training process.
  • Reinforcement Learning Model Sharing - Upload and share completed agent files to a central repository so other developers can access, test, and build upon your work for collaborative research.
  • Policy and Value Function Approximators - Implements neural network architectures to estimate action probabilities and value functions for reinforcement learning agents.
  • Policy Gradient Optimizers - Optimizes agent policy parameters using gradient-based updates to maximize cumulative rewards during training.
  • Vectorized Environments - Accelerates data collection by running multiple parallel simulation instances for training reinforcement learning agents.
  • Temporal Difference Learning - Updates value functions by iteratively calculating the difference between predicted outcomes and observed feedback.
  • Reinforcement Learning Evaluation - Provides resources for benchmarking reinforcement learning models against standardized challenges.
  • Agent Performance Benchmarks - Evaluates agent performance against standardized benchmarks and competitive leaderboards to identify effective solutions.

سجل النجوم

مخطط تاريخ النجوم لـ simoninithomas/deep_reinforcement_learning_courseمخطط تاريخ النجوم لـ simoninithomas/deep_reinforcement_learning_course

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Deep Reinforcement Learning Course

مجموعات منسقة بعناية يظهر فيها Deep Reinforcement Learning Course.
  • منهج تعليمي مجاني لتعلم تعلم الآلة

بدائل مفتوحة المصدر لـ Deep Reinforcement Learning Course

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Deep Reinforcement Learning Course.
  • packtpublishing/deep-reinforcement-learning-hands-onالصورة الرمزية لـ PacktPublishing

    PacktPublishing/Deep-Reinforcement-Learning-Hands-On

    3,098عرض على 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
    عرض على GitHub↗3,098
  • yandexdataschool/practical_rlالصورة الرمزية لـ yandexdataschool

    yandexdataschool/Practical_RL

    6,522عرض على GitHub↗

    Practical_RL is a comprehensive educational curriculum and course for learning to design and implement agents that solve complex decision processes. It provides a structured study program covering the fundamentals of reinforcement learning, from basic trial-and-error behavior to advanced deep reinforcement learning. The project includes specialized guides and frameworks for imitation learning based on expert demonstrations, model-based reinforcement learning using planners, and the training of recurrent neural networks to solve partially observed environments. The materials cover a broad ran

    Jupyter Notebookcourse-materialsdeep-learningdeep-reinforcement-learning
    عرض على GitHub↗6,522
  • andri27-ts/reinforcement-learningالصورة الرمزية لـ andri27-ts

    andri27-ts/Reinforcement-Learning

    4,722عرض على 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
    عرض على GitHub↗4,722
  • morvanzhou/reinforcement-learning-with-tensorflowالصورة الرمزية لـ MorvanZhou

    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

    Pythona3cactor-criticasynchronous-advantage-actor-critic
    عرض على GitHub↗9,464
عرض جميع البدائل الـ 30 لـ Deep Reinforcement Learning Course→

الأسئلة الشائعة

ما هي وظيفة simoninithomas/deep_reinforcement_learning_course؟

يعمل هذا المستودع كمنهج تعليمي لتعلم التعلم المعزز العميق (Deep Reinforcement Learning) من خلال تمارين برمجية عملية ومنظمة. يوفر إطار عمل لبناء وتدريب وكلاء مستقلين يتعلمون أداء المهام من خلال التفاعل مع بيئات محاكاة وتلقي ملاحظات تكرارية.

ما هي الميزات الرئيسية لـ simoninithomas/deep_reinforcement_learning_course؟

الميزات الرئيسية لـ simoninithomas/deep_reinforcement_learning_course هي: Reinforcement Learning Curricula, Reinforcement Learning Training Loops, Machine Learning Curricula, Autonomous Agent Simulations, Deep Learning Training Toolsets, Deep Reinforcement Learning Implementations, Experience Replay Buffers, Reinforcement Learning Model Sharing.

ما هي البدائل مفتوحة المصدر لـ simoninithomas/deep_reinforcement_learning_course؟

تشمل البدائل مفتوحة المصدر لـ simoninithomas/deep_reinforcement_learning_course: packtpublishing/deep-reinforcement-learning-hands-on — This project serves as an educational resource and training framework for developing intelligent agents through deep… yandexdataschool/practical_rl — Practical_RL is a comprehensive educational curriculum and course for learning to design and implement agents that… andri27-ts/reinforcement-learning — This project is a collection of reinforcement learning implementations and educational materials written in Python. It… morvanzhou/reinforcement-learning-with-tensorflow — This project is an educational repository of reinforcement learning agents and tutorials implemented using TensorFlow.… tensorlayer/tensorlayer — TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network… udacity/deep-reinforcement-learning — This project is a deep reinforcement learning curriculum providing educational materials and implementation exercises…