place weighting

This commit is contained in:
2025-02-20 19:14:31 -05:00
parent e1d83825b7
commit d29095bc9d
8 changed files with 101 additions and 51 deletions

View File

@@ -55,6 +55,6 @@ impl Move {
return 0;
}
BVM.board_value(&self.board, agent_color) as i64
BVM.board_value(&self.board, agent_color)
}
}