StateCriticStepOutput¶
- class maze.core.agent.state_critic_input_output.StateCriticStepOutput(values: torch.Tensor, detached_values: torch.Tensor, actor_id: ActorID)¶
State Critic Step output holds the output of an a critic for an individual env step.
- detached_values: torch.Tensor¶
The computed detached values.
- values: torch.Tensor¶
The computed values.