This commit is contained in:
parent
cd86cdd997
commit
524aedabd5
@ -5,6 +5,6 @@ import numpy as np
|
||||
|
||||
def decision(h1, h2):
|
||||
if 1 in h2[:4]:
|
||||
return np.random.randint(2)
|
||||
return 1
|
||||
else:
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user