pub fn start_training_from_checkpoint(
hive_url: &str,
hive_port: u32,
game_name: &str,
experiment_name: &str,
num_features: u32,
num_actions: u32,
checkpoint: &str,
) -> FFIResult<FutureHandle>Expand description
Starts training from a checkpoint.
The promise outputs a TrainingHandle.