Author

Blog Posts

Automatic Control
7
Min
Automatic Control

Ball Balancing Table Maze Solver - Reinforcement Learning

In this project, we investigate the application of PID control and Q-learning algorithms to the Ball Balancing Table (BBT) in order to solve a maze. An open-source tool called the BBT makes it possible to experiment with control systems directly. The device can guide a ball through a maze by adjusting the tilt of the table, imparting important knowledge about reinforcement learning, control theory, and feedback systems. The table's orientation is adjusted by using a PID controller in response to real-time feedback from the ball's position. A matrix of 0s and 1s with open paths and walls, respectively, is used to depict the maze. The system associates movements with the Q-learning reinforcement learning algorithm to learn how to move the ball through the maze.

Discover Acrome

Acrome was founded in 2013. Our name stands for ACcessible RObotics MEchatronics. Acrome is a worldwide provider of robotic experience with software & hardware for academia.

document.querySelectorAll('.price-text').forEach(function (el) { var num = parseFloat(el.textContent.replace(/[^0-9.]/g, '')); if (!isNaN(num)) { el.textContent = num.toLocaleString('en-US'); } });