Closed ricardofauch closed 3 months ago
Hello ricardofauch,
to answer your questions:
The trained model is not intended to run on the Arduino directly, since it relies on the python libraries like PyTorch.
You can take a look at the sim2real transfer in my repository, where you can run the trained network on a computer and control Bittle via the serial port opencat-gym-sim2real.
Currently I'm using the ESP32-board (BiBoard from Petoi), because I have a lower latency in the serial communication. So for the Arduino (NyBoard) it won't work without adaptions.
No more feedback from the questioner.
Hello,
I would like to run this trained model on my Petoi Bittle and test it in the real world. However, I am unsure how to proceed with running this model directly on the Bittle's Arduino board.
Could you please provide guidance or steps on how to execute a trained RL model on the Bittle? Specifically, I am looking for information on:
Thank you for your assistance!
Best regards