Skip to content

Bitwise game state#25

Merged
PhilipCramer merged 34 commits intomasterfrom
bitwise_game_state
Apr 30, 2025
Merged

Bitwise game state#25
PhilipCramer merged 34 commits intomasterfrom
bitwise_game_state

Conversation

@PhilipCramer
Copy link
Copy Markdown
Owner

Changes

  • Board implementation now uses only 2 bits for each field to reduce memory
  • State now heavily uses rust type system for underlying constructs
  • Updated State to track skipped turns for determining game end condition
  • Monte Carlo tree search now expands correctly.
  • Included console game for playing in the terminal
  • Included binary target for running ai vs ai testing of exploration factor in ucb formula

Benchmark results

image

@Kraminius

PhilipCramer and others added 30 commits March 15, 2024 17:12
Still needs proper logic.
@PhilipCramer PhilipCramer enabled auto-merge (rebase) April 30, 2025 19:52
auto-merge was automatically disabled April 30, 2025 19:53

Rebase failed

@PhilipCramer PhilipCramer enabled auto-merge April 30, 2025 19:55
@PhilipCramer PhilipCramer merged commit e569dc8 into master Apr 30, 2025
6 checks passed
@PhilipCramer PhilipCramer deleted the bitwise_game_state branch February 8, 2026 21:42
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