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) {
|
||||
self.arena.clear();
|
||||
self.arena.push(Move::new(
|
||||
0,
|
||||
0,
|
||||
0, // dummy
|
||||
0, // dummy
|
||||
board,
|
||||
!self.agent_color,
|
||||
false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user