You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add something like o2tuner-config to handle inspection and potentially creation and modification of steering configuration, e.g.
o2tuner-config make-skeleton to create a skeleton
o2tuner-config -c <config.yaml> show --stages to show available stages
o2tuner-config -c <config.yaml> add to add a stage to the config
make configuration and its usage as save as possible, add further checks at runtime before working through the stages
add a default evaluation stage that can simply be taken by the user without the necessity to implement their own evaluation stage (unless they need special functionality)
The text was updated successfully, but these errors were encountered:
o2tuner-config
to handle inspection and potentially creation and modification of steering configuration, e.g.o2tuner-config make-skeleton
to create a skeletono2tuner-config -c <config.yaml> show --stages
to show available stageso2tuner-config -c <config.yaml> add
to add a stage to the configThe text was updated successfully, but these errors were encountered: