Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ Env
Function
Env
rl2/a3c/main.py:29–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
29
def
Env():
30
return
gym.envs.make(ENV_NAME)
31
32
# Depending on the game we may have a limited action space
33
if
ENV_NAME ==
"Pong-v0"
or ENV_NAME ==
"Breakout-v0"
:
Callers
1
main.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected