MCPcopy
hub / github.com/tensorlayer/TensorLayer / reset

Method reset

examples/reinforcement_learning/tutorial_wrappers.py:504–506  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

502 self._monitor_rewards = None
503
504 def reset(self, **kwargs):
505 self._monitor_rewards = []
506 return self.env.reset(**kwargs)
507
508 def step(self, action):
509 o_, r, done, info = self.env.step(action)

Callers 15

tutorial_PG.pyFile · 0.45
tutorial_PPO.pyFile · 0.45
tutorial_SAC.pyFile · 0.45
tutorial_TD3.pyFile · 0.45
tutorial_DDPG.pyFile · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected