This is the starting github to creating a robot RL model with simulation. This contains a program for person detection for future use for robot pathing which is optimized to run on a raspberry pi 5. The robot design was used by dan makes thing's open source bipedal robot. The link to the github is here. https://github.com/makerforgetech/modular-biped. (shown here)
Here is an exmaple image of the robot in the simulator after conversion to xml.

The camera object detection files include the .ipynb file and which prunes and quantizes the weights. The other files are used to test the camera system on the Pi5. demo.py is a file that runs the camera program on the Pi5.
Here is an example of the setup.
And here is an example of the usage.
Here is the example output of lower size and faster inference speed.
Future work includes to finish the simulation xml file of the robot. This was done in MujoCo which might not be the best for the setup of the OnShape file. Another consideration is checking how long the pie could run on batteries. Currently the battieres that are planned to use are "4pcs 18650 Rechargeable Battery With 18650 Battery Charger,Universal Smart Charger for 3.7V Lithium ion Batteries LSXdetoro". future work also includes training the Rienforcement Learning algorithm. Since the robot is controlled by only 6 servos and a gyro / accelerometer this would be a simple equation but a much harder problem going from simulation to the real world.



