Defender:
AI
Attacker:
Human
Attacker ? Choose who controls the attacker (black pieces). The AI can use either a minimax search, or a neural network with a monte carlo tree search ("NN + MCTS"). The neural network plays more naturally, and is recommended.
Defender ? Choose who controls the defender (black pieces). The AI can use either a minimax search, or a neural network with a monte carlo tree search ("NN + MCTS"). The neural network plays more naturally, and is recommended.
Eval bar: ? Toggle position evaluation. "Heuristics" uses hand-crafted rules, "NN (policy)" uses the raw output of a neural network, and "NN (MCTS)" uses Monte Carlo Tree Search simulations with the neural network. "NN (MCTS)" is the most accurate.
Move sug.: ? Toggle suggested moves. "NN (policy)" uses the raw output of a neural network, and "NN (MCTS)" uses Monte Carlo Tree Search simulations with the neural network. "NN (MCTS)" is the most accurate.