pantheonrl.common.wrappers.MultiRecorder

class MultiRecorder[source]

Bases: ABC

Base Class for all Recorder Wrappers

Methods

get_transitions

Get the transitions that have been recorded

write_transition

Write transition to a given file.

abstract get_transitions()[source]

Get the transitions that have been recorded

Return type:

MultiTransitions

write_transition(file)[source]

Write transition to a given file.