TorchStepStateCritic¶
-
class
maze.core.agent.torch_state_critic.TorchStepStateCritic(networks: Mapping[Union[str, int], torch.nn.Module], num_policies: int, device: str)¶ Each sub-step or actor gets its individual critic. Can be instantiated via the
StepStateCriticComposer.-
property
num_critics¶ implementation of
TorchStateCritic
-
property