backgammon/network.py

6 lines
126 B
Python
Raw Normal View History

2018-02-07 14:31:05 +00:00
class Network:
def eval_state(self, state):
# Run state through a network
print("Network is evaluating")