MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / set_verbose

Method set_verbose

rl/tic_tac_toe.py:44–46  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

42 self.sym = sym
43
44 def set_verbose(self, v):
45 # if true, will print values for each position on the board
46 self.verbose = v
47
48 def reset_history(self):
49 self.state_history = []

Callers 1

tic_tac_toe.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected