MCPcopy Create free account
hub / github.com/tensorpack/tensorpack / NaiveSimulator

Class NaiveSimulator

examples/A3C-Gym/simulator.py:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 import gym
162
163 class NaiveSimulator(SimulatorProcess):
164 def _build_player(self):
165 return gym.make('Breakout-v0')
166
167 class NaiveActioner(SimulatorMaster):
168 def _get_action(self, state):

Callers 1

simulator.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…