Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
LeRobot: Connect Four Robot
Learn how to train a robot to always win Connect Four using LeRobot, covering physical board perception, optimal move calculation, and token dropping.
I trained an autonomous robot arm setup using Hugging Face’s LeRobot framework that plays a game of Connect Four and is annoying as it always beats human opponents. The robot perceives the physical board state via a camera, calculates the optimal move, and executes the physical token drop.