Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ env/
config_*.json
.idea/
*DS_Store
# Decoded Game Mode networks: build artifacts of the committed *.gz.b64
# (scripts/game_mode/decode_tht_grids.py), never committed themselves.
data/rte7000_tht/grids/*/network.xiidm
data/rte_matpower/grids/*/network.xiidm
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and the project (informally) follows [Semantic Versioning](https://semver.org/).

## [Unreleased]

### Game Mode — Matpower dataset re-graded after `expert_op4grid_recommender@0.3.3.post1`

- **Bumped `expert_op4grid_recommender` `0.3.0.post1` → `0.3.3.post1`** (hotfix
for the alphaDeesp empty-`red_loops` crash, see
ainetus/Expert_op4grid_recommender#124).
- **Re-graded the France RTE Matpower difficulty dataset** with the fix: the
fatal traceback had hit 42 of 901 contingencies (4.7 %), truncating action
discovery and overestimating difficulty. Re-grading moved all 42 out of
`hard` (`hard → easy` 21, `hard → medium` 21, none the other way). Tier split
**440/368/62 → 461/389/20** (easy/medium/hard), same 870 scenarios, identical
ids. Player bundle (`frontend/src/game/matpowerScenarios.json`) regenerated;
109/109 frontend tests green.

### Game Mode — unique session names + lever-simulation feedback

- **Duplicate session names are blocked.** `GET /api/game/player-sessions` now
Expand Down
1 change: 1 addition & 0 deletions data/rte_matpower/grids/grid_52bf4231/actions.json

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions data/rte_matpower/grids/grid_52bf4231/graded.jsonl

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/rte_matpower/grids/grid_52bf4231/grid_layout.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/rte_matpower/grids/grid_52bf4231/network.xiidm.gz.b64

Large diffs are not rendered by default.

Loading
Loading