describe dummy i and j for move
This commit is contained in:
parent
9f9472939e
commit
65ac509fa4
@ -266,8 +266,8 @@ impl FutureMoves {
|
|||||||
pub fn set_root_from_board(&mut self, board: Board) {
|
pub fn set_root_from_board(&mut self, board: Board) {
|
||||||
self.arena.clear();
|
self.arena.clear();
|
||||||
self.arena.push(Move::new(
|
self.arena.push(Move::new(
|
||||||
0,
|
0, // dummy
|
||||||
0,
|
0, // dummy
|
||||||
board,
|
board,
|
||||||
!self.agent_color,
|
!self.agent_color,
|
||||||
false,
|
false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user