ExceptionReport

class maze.core.rollout.parallel_rollout_runner.ExceptionReport(exception, traceback)

Tuple for passing error reports from the workers to the main process.

property exception

Alias for field number 0

property traceback

Alias for field number 1