MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / render

Method render

examples/DeepQNetwork/atari.py:145–146  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

143 return self._current_state()
144
145 def render(self, *args, **kwargs):
146 pass # visualization for this env is through the viz= argument when creating the player
147
148 def step(self, act):
149 oldlives = self.ale.lives()

Callers 2

play_one_episodeFunction · 0.80
play_one_episodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected