Currently, one big class with all environment design options pre-implemented. Makes it difficult/impossible to add custom environment design options.
Approach:
Similar to Constraint class, define classes for reward function, sampling (#8), action space, etc. that can be passed to the OpfEnv base class.
Currently, one big class with all environment design options pre-implemented. Makes it difficult/impossible to add custom environment design options.
Approach:
Similar to
Constraintclass, define classes for reward function, sampling (#8), action space, etc. that can be passed to theOpfEnvbase class.