mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-16 10:12:03 +00:00
test(training): add reproducible verification target
This commit is contained in:
+10
@@ -66,6 +66,16 @@ with `GODOT_BIN` or `--godot_bin` if yours lives elsewhere.)
|
||||
|
||||
## Run a training session
|
||||
|
||||
Before starting a multi-hour curriculum run, execute the bounded policy and
|
||||
orchestrator checks from the repository root:
|
||||
|
||||
```bash
|
||||
make verify-training
|
||||
```
|
||||
|
||||
The target changes into `training/` deliberately because the test modules
|
||||
import sibling files such as `generation5.py` and `evaluate.py`.
|
||||
|
||||
```bash
|
||||
cd training
|
||||
.venv/bin/python train.py --experiment run01 --timesteps 20000000 --n-parallel 6 --speedup 16
|
||||
|
||||
Reference in New Issue
Block a user