MLOS
MLOS copied to clipboard
Provide convenience method to inherit required_args from parent?
trafficstars
Originally posted by @bpkroth in https://github.com/microsoft/MLOS/pull/557#discussion_r1374921892
Right now in CompositeEnvs we can include_services that are used by several children Environments but each of those must specify the same set of required_args in order to get the params necessary for the Service in each Environment
This is repetitive and doesn't make it very reusable.
We should try and fix this.