Small tweaks

pull/1/head
E. Almqvist 4 years ago
parent 2f1d7d458d
commit 2c108ddcb9
  1. 1
      rgbAI/main.py

@ -34,7 +34,6 @@ class rgb(object):
def think( self, inp:np.array ): def think( self, inp:np.array ):
print("\n-Input-") print("\n-Input-")
print(inp) print(inp)
print("\n")
res = ai.think( inp, self ) res = ai.think( inp, self )

Loading…
Cancel
Save