Maker.io main logo

Projects See All

PROJECT
1,076

Tiny Reinforcement Learning (TinyRL) for Robotics

By ShawnHymel

This project demonstrates using reinforcement learning to solve the swing-up problem on an inverted pendulum

PROJECT
316

Hyperparameter Optimization with Meta Ax

By ShawnHymel

This tutorial demonstrates hyperparameter tuning using Meta's Ax framework for a common reinforcement learning problem

PROJECT
5,251

How to Tune a PID Controller

By ShawnHymel

In this tutorial, we demonstrate how to manually tune a PID controller.

PROJECT
8,966

Introduction to PID Controllers

By ShawnHymel

In this post, we cover the basic theory behind PID controllers. PID stands for “Proportional, Integral, Derivative," and they are commonly used in industrial settings to control various processes.

PROJECT
1,215

Intro to Reinforcement Learning Using Gymnasium and Stable Baselines3

By ShawnHymel

Demonstration on how to use reinforcement learning (RL) to solve the inverted pendulum with Python along with the Gymnasium and Stable Baselines3 packages.

PROJECT
374

Teach an AI to play QWOP

By ShawnHymel

In this tutorial, we show you how to use gymnasium and stable baselines with the PPO algorithm to teach a reinforcement learning AI agent to play the web-based game, qwop.