update feature

This commit is contained in:
Eason 2024-06-12 21:00:38 +08:00
parent 5a0f7d066c
commit d9b2a372f1
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ impl<'a> Info<'a> {
reward reward
+ match next.player.score - self.player.score { + match next.player.score - self.player.score {
x if x > 2 => 20.0, x if x > 2 => 20.0, // bypass emeny
x if x > 0 => 10.0, // too high, tank my ignore power station x if x > 0 => 10.0, // too high, tank my ignore power station
_ => -1.0, _ => -1.0,
} }