TrajectoryRecord¶
- class maze.core.trajectory_recording.records.trajectory_record.TrajectoryRecord(id: Any)¶
Common functionality of trajectory records.
- Parameters:
id – ID of the trajectory. Can be a string ID or any other data (like environment seeding information).
- extend(trajectory_record: TrajectoryRecord) None¶
Extend this trajectory with another trajectory.