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