File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ struct AgentID {
318318 Action inverseActions[consts::kTrajectoryLength ];
319319 };
320320
321- const size_t TrajectoryExportSize = 3 * 2 * consts::kTrajectoryLength + 2 * consts::kTrajectoryLength + ActionExportSize * consts::kTrajectoryLength ;
321+ const size_t TrajectoryExportSize = 3 * consts::kTrajectoryLength + 2 * 2 * consts::kTrajectoryLength + ActionExportSize * consts::kTrajectoryLength ;
322322
323323 static_assert (sizeof (Trajectory) == sizeof (float ) * TrajectoryExportSize);
324324
@@ -353,7 +353,7 @@ struct AgentID {
353353 float id;
354354 };
355355
356- const size_t AbsoluteSelfObservationExportSize = 13 ; // 3 + 4 + 1 + 2 + 2
356+ const size_t AbsoluteSelfObservationExportSize = 14 ; // 3 + 5 + 3 + 2 + 1
357357
358358 static_assert (sizeof (AbsoluteSelfObservation) == sizeof (float ) * AbsoluteSelfObservationExportSize);
359359
You can’t perform that action at this time.
0 commit comments