Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 664 Bytes

Sim2Real framework for opencat-gym

With this code the trained agents from opencat-gym can be applied on the robot. The robot is controlled via the serial connection.

Installation

Python Setup on Computer

Install the necessary python packages.

Flash BiBoard

On BiBoard flash the provided opencat-esp32 fork https://github.com/ger01d/OpenCatEsp32-sim2real, that has slight adjustments in the serial communication.

Run

Run the python enjoy.py on a computer connected to the opencat robot Bittle via serial port.

Info

This implementation is tested for BiBoard and is still highly experimental.