MCPcopy Create free account
hub / github.com/pytorch/tutorials / __init__

Method __init__

intermediate_source/mario_rl_tutorial.py:250–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248
249class Mario:
250 def __init__():
251 pass
252
253 def act(self, state):
254 """Given a state, choose an epsilon-greedy action"""

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

MarioNetClass · 0.85

Tested by

no test coverage detected