src.gridmind.wrappers.policy_wrappers.preprocessed_observation_policy_wrapper

Classes

PreprocessedObservationPolicyWrapper

Helper class that provides a standard way to create an ABC using

Module Contents

class src.gridmind.wrappers.policy_wrappers.preprocessed_observation_policy_wrapper.PreprocessedObservationPolicyWrapper(policy, preprocess_fn)[source]

Bases: gridmind.wrappers.policy_wrappers.base_policy_wrapper.BasePolicyWrapper

Helper class that provides a standard way to create an ABC using inheritance.

preprocess_fn[source]
get_action(state)[source]
get_action_prob(state, action)[source]
update(state, action)[source]