npc-engine-core 0.1.0

The core of the NPC engine, providing a generic MCTS framework.
Documentation
1
2
3
4
5
6
7
/*
 *  SPDX-License-Identifier: Apache-2.0 OR MIT
 *  © 2020-2022 ETH Zurich and other contributors, see AUTHORS.txt for details
 */

pub const TOTAL_WOOD: usize = 20;
pub const TICKS_PER_ROUND: u64 = 50;