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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
boyu-ai avatar

boyu-ai/Hands-on-RL

0
View on GitHub↗
4,818 Stars·822 Forks·Jupyter Notebook·Apache-2.0·8 Aufrufe

Hands On RL

Hands-on-RL ist eine interaktive Bildungsressource und Sammlung von Jupyter Notebooks zum Erlernen von Reinforcement Learning. Sie kombiniert technische Theorie mit praktischem, ausführbarem Code, um die Implementierung und das Training gängiger Reinforcement-Learning-Agenten zu demonstrieren.

Das Projekt konzentriert sich darauf, die Lücke zwischen Theorie und Praxis durch eine Tutorial-Struktur zu schließen, die Erklärungen und ausführbare Codeblöcke sequenziell organisiert. Es ermöglicht das Prototyping von Reinforcement-Learning-Modellen, um deren Verhalten und Performance in Echtzeit zu beobachten.

Die Implementierung nutzt einen modularen Ansatz, der Agentenlogik von Interaktionen mit der Umgebung trennt. Sie verwendet tensorbasierte Zustandsrepräsentationen und standardisierte Environment-Wrapper, um die Interaktion zwischen Agenten und Simulationsumgebungen zu verwalten.

Features

  • Interactive Notebook Tutorials - Delivers educational content as interactive Jupyter notebooks with embedded executable code blocks.
  • Deep Reinforcement Learning Implementations - Implements deep reinforcement learning algorithms to solve problems through a combination of theory and code.
  • Agent Algorithm Implementations - Implements a modular architecture that separates agent logic from environment interactions for policy swapping.
  • Reinforcement Learning - Implements and executes mainstream reinforcement learning algorithms within an interactive learning environment.
  • Reinforcement Learning Curricula - Offers a structured curriculum for mastering reinforcement learning algorithms through theory and runnable examples.
  • Jupyter Notebook Curricula - Organizes reinforcement learning education into structured learning paths delivered via Jupyter notebooks.
  • AI & Machine Learning Education - Provides interactive education on machine learning concepts by bridging technical theory with practical code.
  • Environment Wrappers - Provides standardized environment wrappers to preprocess simulation data for reinforcement learning agents.
  • Tensor Data Representations - Uses multi-dimensional tensor representations for environmental inputs to enable efficient neural network processing.
  • Algorithm Prototypes - Enables prototyping of reinforcement learning models to observe agent behavior and performance in real-time.

Star-Verlauf

Star-Verlauf für boyu-ai/hands-on-rlStar-Verlauf für boyu-ai/hands-on-rl

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Hands On RL

Handverlesene Sammlungen, in denen Hands On RL vorkommt.
  • Lernressourcen für Künstliche Intelligenz

Open-Source-Alternativen zu Hands On RL

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Hands On RL.
  • rasbt/machine-learning-bookAvatar von rasbt

    rasbt/machine-learning-book

    5,239Auf GitHub ansehen↗

    This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of interactive Jupyter Notebooks. It provides practical Python implementations for the end-to-end machine learning lifecycle, covering supervised and unsupervised learning, deep learning, and reinforcement learning. The resource distinguishes itself by providing detailed implementation guides for complex architectures, including transformers, generative adversarial networks, and convolutional neural networks. It also features specialized courseware for developing reinforcement l

    Jupyter Notebook
    Auf GitHub ansehen↗5,239
  • tensorlayer/tensorlayerAvatar von tensorlayer

    tensorlayer/TensorLayer

    7,384Auf GitHub ansehen↗

    TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network architectures. It provides a neural network abstraction layer that allows model logic to run across different deep learning engines using high-level layers and model components. The project serves as a deep reinforcement learning toolkit for implementing policy-based, value-based, and actor-critic agents. It includes specialized tools for managing experience replay and gradient-based policy optimization to handle both discrete and continuous action spaces. To support reinforcemen

    Python
    Auf GitHub ansehen↗7,384
  • jerry-git/learn-python3Avatar von jerry-git

    jerry-git/learn-python3

    6,754Auf GitHub ansehen↗

    This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

    HTMLjupyter-notebooklearning-pythonpython-exercises
    Auf GitHub ansehen↗6,754
  • jakevdp/whirlwindtourofpythonAvatar von jakevdp

    jakevdp/WhirlwindTourOfPython

    4,006Auf GitHub ansehen↗

    This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and scientific computing. It consists of a series of interactive lessons and executable notebooks that provide a guided approach to learning Python through a combination of code and prose. The curriculum is specifically designed for experienced programmers to quickly master Python syntax, data structures, and core language semantics. It includes an introductory guide to the libraries and programming environments used for scientific computing and complex dataset analysis. The educa

    Jupyter Notebook
    Auf GitHub ansehen↗4,006
Alle 30 Alternativen zu Hands On RL anzeigen→

Häufig gestellte Fragen

Was macht boyu-ai/hands-on-rl?

Hands-on-RL ist eine interaktive Bildungsressource und Sammlung von Jupyter Notebooks zum Erlernen von Reinforcement Learning. Sie kombiniert technische Theorie mit praktischem, ausführbarem Code, um die Implementierung und das Training gängiger Reinforcement-Learning-Agenten zu demonstrieren.

Was sind die Hauptfunktionen von boyu-ai/hands-on-rl?

Die Hauptfunktionen von boyu-ai/hands-on-rl sind: Interactive Notebook Tutorials, Deep Reinforcement Learning Implementations, Agent Algorithm Implementations, Reinforcement Learning, Reinforcement Learning Curricula, Jupyter Notebook Curricula, AI & Machine Learning Education, Environment Wrappers.

Welche Open-Source-Alternativen gibt es zu boyu-ai/hands-on-rl?

Open-Source-Alternativen zu boyu-ai/hands-on-rl sind unter anderem: rasbt/machine-learning-book — This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of… tensorlayer/tensorlayer — TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network… jerry-git/learn-python3 — This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured… keras-rl/keras-rl — keras-rl is a reinforcement learning library that enables the training of neural agents using Keras. It serves as a… jakevdp/whirlwindtourofpython — This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and… andri27-ts/reinforcement-learning — This project is a collection of reinforcement learning implementations and educational materials written in Python. It…