ExceptionReport¶
- class maze.core.rollout.parallel_rollout_runner.ExceptionReport(exception, traceback, env_seed, agent_seed)¶
Tuple for passing error reports from the workers to the main process.
- agent_seed¶
Alias for field number 3
- env_seed¶
Alias for field number 2
- exception¶
Alias for field number 0
- traceback¶
Alias for field number 1