Skip to content

Commit

Permalink
fix(bot): update call signature for self-play
Browse files Browse the repository at this point in the history
  • Loading branch information
DecentM committed Oct 8, 2023
1 parent 7483afc commit 385768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bot/clinic/scenario-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const moves = b.getValidMoves()

console.log('Searching', moves.length, 'moves')

const { index, score } = findBestMove(b, 5_000, 3)
const { index, score } = findBestMove(b, 3)

console.log(
'Best move is move',
Expand Down

0 comments on commit 385768b

Please sign in to comment.