retaliate
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-09-11 01:53:13 +02:00
parent cd86cdd997
commit 524aedabd5
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -5,6 +5,6 @@ import numpy as np
def decision(h1, h2): def decision(h1, h2):
if 1 in h2[:4]: if 1 in h2[:4]:
return np.random.randint(2) return 1
else: else:
return 0 return 0