I would like to use a PyTorch model as the dynamics model for Model Predictive Control in the Acados framework and subsequently deploy it to an embedded controller using C code.
What is the best practice for generating C code, and are there any restrictions on the network structure and parameter size?
Hello,
I would like to use a PyTorch model as the dynamics model for Model Predictive Control in the Acados framework and subsequently deploy it to an embedded controller using C code.
What is the best practice for generating C code, and are there any restrictions on the network structure and parameter size?
Thank you for your time!