This changes the rebuild command of the CLI to allow rebuilding many
candidates at once, by passing a list of IDs instead of a single ID.
In addition, the rebuild command now saves best_X directories with
the replay file in actions.json, similar to the format used during the
search, instead of printing to stdout. This makes it easier to use in
conjunction with the rest of the CLI toolkit.
This changes the
rebuild
command of the CLI to allow rebuilding many candidates at once, by passing a list of IDs instead of a single ID.In addition, the
rebuild
command now savesbest_X
directories with the replay file inactions.json
, similar to the format used during the search, instead of printing to stdout. This makes it easier to use in conjunction with the rest of the CLI toolkit.