fix dqn strategy color
This commit is contained in:
parent
829710bd23
commit
eaaec33e75
|
|
@ -19,8 +19,8 @@ impl Default for DqnStrategy {
|
|||
fn default() -> Self {
|
||||
Self {
|
||||
game: GameState::default(),
|
||||
player_id: 2,
|
||||
color: Color::Black,
|
||||
player_id: 1,
|
||||
color: Color::White,
|
||||
model: None,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue