Use of safe-control-gym to validate other control algorithms (as presented in the paper) #136
Replies: 1 comment
-
Hi! Sorry, what exactly is meant by "do the same for GP-MPC"? To see our paper results take a look at the v1.0.0-alpha branch. There are some instructions on how to reproduce the results there. There can be inconsistencies across different hardware, so if you run into issues, let us know and we can try and help you resolve them. Additionally, a good example of how to use and train GPMPC is given in here. In the current main branch, we have moved to the To add your own algorithm, you create a child class of We have a number of metrics built into the @Federico-PizarroBejarano @JacopoPan did I miss anything? |
Beta Was this translation helpful? Give feedback.
-
Hello,
Can you please explain how to do the same for GP-MPC?
I followed examples/tutorial.md, but I still have some missing pieces to train the GP-MPC.
Additionally, please orient me on how to add my algorithm.
I would like eventually to test the following:
1.) Data efficiency as presented in your paper.
2.) Phase plot
3.) Loss
Is it possible to get the reference code to replicate these results from the paper?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions