EXPERIMENT_STATISTICS

Description

This table stores the statistics for each experiment.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each record in the table.
EXPERIMENT_ID bigint The ID of the experiment associated with the statistics.
ROBOT_ID bigint The ID of the robot associated with the statistics.

Constraints

  • PRIMARY KEY (ID)