Interface for MMLF policy search methods
Interface for MMLF policy search methods
getActivePolicy(): Returns the currently active policy
getBestPolicy(): Returns the best policy found so far
active policy
Factory method that creates policy search method based on spec.
Returns the currently active policy
Returns the best policy found so far
Returns dict that contains a mapping from PS name to PS class.
Resets the policy search method
Gives one fitness sample for the currently active policy
Provides the fitness fitnessSample obtained in one evaluation of the currently active policy.
Policy search method that optimizes the parameters of a fixed policy class
The module contains a policy search method that optimizes the parameters of an externally predefined, parametrized policy class. It can use an arbitrary black-box optimization algorithm for this purpose.
Policy search method that optimizes the parameters of a policy
The module contains a policy search method that optimizes the parameters of an externally predefined policy.
policy: | : A parametrized class of policies |
---|---|
optimizer: | : An arbitrary black-box optimizer |