mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-16 16:32:08 +00:00
test(training): require multi-seed curriculum evaluation
This commit is contained in:
+5
-1
@@ -855,7 +855,11 @@ real tail, the same way this one now has been.
|
||||
|
||||
Stage 6's `league` opponent mode samples a historical exported policy at each
|
||||
episode reset. Each later stage preserves the preceding shaping and adds one
|
||||
new difficulty.
|
||||
new difficulty. The generation-5 orchestrator evaluates every candidate
|
||||
against every reference on three independent paired seeds (`1, 19, 43`) before
|
||||
advancing; pass `--evaluation-seeds` only when deliberately running a
|
||||
different, recorded experiment. This avoids promoting a policy from a single
|
||||
side-biased starting-state sequence.
|
||||
|
||||
The physical-side gate is separate from the model-vs-model score. A paired
|
||||
side swap can make an identical policy appear perfectly balanced overall even
|
||||
|
||||
Reference in New Issue
Block a user