MCPcopy Index your code
hub / github.com/rlcode/reinforcement-learning / clear

Method clear

1-grid-world/env.py:300–300  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

298 def show_values(self, v): self._values = v
299 def show_arrows(self, p): self._arrows = p
300 def clear(self): self._values = self._arrows = None
301
302 def move_along_policy(self, picker):
303 self.agent_pos = [0, 0]

Callers 6

policy_improvementMethod · 0.80
on_resetFunction · 0.80
get_actionMethod · 0.80
on_clearFunction · 0.80
arg_maxMethod · 0.80
arg_maxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected