nottug / rl_hexapod

Hexapod Robot using RL to walk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexapod robot

This is a project I've been working on for the past year that uses deep reinforcment learning (Actor Critic) to teach the hexapod how to walk. The goal is for the hexapod to follow a person using visual recognition. It runs off PyTorch and uses YOLO for the object recognition. Some of the code for training was used from an A3C implementation.

Everything is running of the Jetson TX1 and the hexapod was built from scratch. The .STL files were 3D printed and the .DXF files were carbon fiber and cut using a CNC mill.

About

Hexapod Robot using RL to walk


Languages

Language:Python 100.0%