StateTrajectoryRecord

class maze.core.trajectory_recording.records.trajectory_record.StateTrajectoryRecord(*args, **kwds)
Holds state record data (i.e., Maze states and actions, independent of the current

action and observation space format) for a complete episode.

Parameters
  • id – ID of the episode. Can be used to link trajectory data from event logs and other sources.

  • renderer – Where available, the renderer object should be associated to the episode record. This ensures correct configuration of the renderer (with respect to env configuration for this episode), and makes it easier to instantiate the correct renderer for displaying the trajectory data.