backgammon/network.py

6 lines
126 B
Python

class Network:
def eval_state(self, state):
# Run state through a network
print("Network is evaluating")