fogolydilemma/strat/main.py
Torma Kristóf cd86cdd997
All checks were successful
continuous-integration/drone/push Build is passing
interesting
2020-09-11 00:56:04 +02:00

11 lines
144 B
Python

# Y8O353, E0HJQL
import numpy as np
def decision(h1, h2):
if 1 in h2[:4]:
return np.random.randint(2)
else:
return 0