Views
No views yet
| Split | Slot top-1 | Slot top-3 | Zone acc | XY MAE | Timing MAE |
|---|---|---|---|---|---|
| Test | 53.1% | 93.3% | 42.9% | 5287 | 1.54s |
d_model=160, 2 layers)| File | Description |
|---|---|
best_model.pt | PyTorch checkpoint (weights + vocab + config) |
vocab.json | Card vocabulary |
report.json | Full training report |
training_stages.json | Per-epoch curves |
1pip install git+https://github.com/cochon123/clash-royale-ai.git
2hf download Cochon123/clash-royale-policy-bc-v4 --local-dir models/policy_bc_v4
3
4cr-replays predict-policy data/raw/SOME_BATTLE.json --model-dir models/policy_bc_v4
5cr-replays phone-lab --policy-v4 models/policy_bc_v4