update feature
This commit is contained in:
parent
5a0f7d066c
commit
d9b2a372f1
|
@ -179,7 +179,7 @@ impl<'a> Info<'a> {
|
|||
|
||||
reward
|
||||
+ 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
|
||||
_ => -1.0,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue