MCPcopy 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
29def Env():
30 return gym.envs.make(ENV_NAME)
31
32# Depending on the game we may have a limited action space
33if ENV_NAME == "Pong-v0" or ENV_NAME == "Breakout-v0":

Callers 1

main.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected