Each config file contains a specified model file (e.g. model_file: "delta_quadplane_model.py"). Currently it is not checked if the config is used with its corresponding model class. We should implement a check here in order to prevent mistakes as presented in here.
Each config file contains a specified model file (e.g.
model_file: "delta_quadplane_model.py"
). Currently it is not checked if the config is used with its corresponding model class. We should implement a check here in order to prevent mistakes as presented in here.