Skip to content

Mcts-1#5

Closed
omereliy wants to merge 10 commits into
masterfrom
MCTS-phase-1-lockhead
Closed

Mcts-1#5
omereliy wants to merge 10 commits into
masterfrom
MCTS-phase-1-lockhead

Conversation

@omereliy

Copy link
Copy Markdown
Owner

No description provided.

New selection_strategy='lookahead' with depth-limited recursive
future gain estimation using the partial model. Adds simulate_action()
for pessimistic transition simulation and BoundedLookaheadSelector.

Bump version to 0.3.0. Update roadmap with phased MCTS plan.
IGMCTSSelector with UCT selection, expansion, greedy rollout, and
backpropagation. Registered as selection_strategy='mcts' with
configurable iterations and rollout depth.
Deduplicate the ~40-line injective binding filter block that was
copy-pasted between sequential and parallel gain computation paths.
@omereliy omereliy changed the title Mcts phase 1 lockhead Mcts Mar 15, 2026
- Add action_model_metrics statistics to intermediate model snapshots
- Remove mistake_rate from summary stats (keep in per-snapshot data)
- Add aggregated statistics and per-action metrics to summary.json
- Remove statistics from learned_model.json (now in summary.json)
- Simplify output file names to summary.json, metrics.json, metrics.csv
- Add timestamp marker file to problem directory
@omereliy omereliy marked this pull request as ready for review March 17, 2026 10:33
omereliy and others added 2 commits March 17, 2026 12:40
GitHub appends "(pull_request)" suffix when both push and pull_request
triggers exist, causing required status checks to never match.
@omereliy omereliy closed this Mar 17, 2026
@omereliy omereliy reopened this Mar 17, 2026
@omereliy omereliy changed the title Mcts Mcts-1 Mar 17, 2026
@omereliy omereliy closed this Mar 17, 2026
@omereliy omereliy deleted the MCTS-phase-1-lockhead branch March 17, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant