Keyan Zhai, Chu'an Li, and Andre Rosendo. "Scaffolded Learning of In-place Trotting Gait for a Quadruped Robot with Bayesian Optimization." 16th International Conference on Intelligent Autonomous Systems (IAS-16) [Springer][arXiv][Demo]
- Get the parameters by running
$ cd BO/Python_code
$ python3 BO.py
-
Set the parameters and run
main/main.ino
in Arduino. -
Run strain_gauge program. Switch on the button when the prompt shows.
-
Get results from the strain gage as the fitness.
-
Input fitness to
BO.py
, ge next set of parameters, repeat from step 2.