Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(pu): add mcts tictactoe demo in one single file #315

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

puyuan1996
Copy link
Collaborator

@puyuan1996 puyuan1996 commented Jan 8, 2025

  • Add mcts tictactoe demo in one single file (including en and zh versions)
  • This file is a simple implementation of a Tic-Tac-Toe game, designed for educational purposes.
    • Features:
      • Player 1 (X) competes against a bot (O) powered by Monte Carlo Tree Search (MCTS).
      • The game is played via command-line interaction, with the player providing inputs for their moves.
      • The bot uses the MCTS algorithm to determine the best moves.
      • Demonstrates the basic principles of MCTS: selection, expansion, simulation, and backpropagation.

@puyuan1996 puyuan1996 changed the title feature(pu): add mcts tictactoe demo in single file feature(pu): add mcts tictactoe demo in one single file Jan 8, 2025
@puyuan1996 puyuan1996 merged commit 8108c15 into main Jan 8, 2025
0 of 6 checks passed
@puyuan1996 puyuan1996 added the enhancement New feature or request label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant