Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
class
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
MarioNet
Class · 0.85
Tested by
no test coverage detected