connect4_mcts_agent
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://saolsen--89347ebc27ac11f09edc569c3dd06744.web.val.run
Connect4 agent that uses Monte-Carlo tree search to simulate 10,000 random games from each possible action and pick the one with the highest win rate. Ported from a version I made in rust.
Migrated from folder: connect4/connect4_mcts_agent