MLOS icon indicating copy to clipboard operation
MLOS copied to clipboard

Provide convenience method to inherit required_args from parent?

Open bpkroth opened this issue 2 years ago • 0 comments
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.

bpkroth avatar Oct 27 '23 20:10 bpkroth