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

Method set_symbol

rl/tic_tac_toe.py:41–42  ·  view source on GitHub ↗
(self, sym)

Source from the content-addressed store, hash-verified

39 self.V = V
40
41 def set_symbol(self, sym):
42 self.sym = sym
43
44 def set_verbose(self, v):
45 # if true, will print values for each position on the board

Callers 1

tic_tac_toe.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected