Archive stats¶
This command inspects the MAP-Elites archive statistics for a given island.
Usage¶
uv run loreley archive stats
It outputs key metrics about the learned behaviour space for the target island:
island_idoccupied(behaviour cells with at least one retained member)elites(all retained Pareto members)cells(total cell capacity)coverageobjective_countfront_max_sizeprimary_metric_name/primary_metric_directionbest_primary_value(an explicit operational projection, not archive admission)
Options¶
--island-id: Inspect a specific island. If omitted, uses the first ID inMAPELITES_ISLANDS.--json: Print stats as JSON.