Home
last modified time | relevance | path

Searched defs:env_spec (Results 1 – 7 of 7) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/example/reinforcement-learning/ddpg/
H A Dstrategies.py41 def __init__(self, env_spec, mu=0, theta=0.15, sigma=0.3): argument
87 env_spec = Env1() variable
H A Dqfuncs.py27 def __init__(self, env_spec): argument
44 env_spec): argument
H A Dpolicies.py27 def __init__(self, env_spec): argument
54 env_spec): argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/reinforcement-learning/ddpg/
H A Dstrategies.py41 def __init__(self, env_spec, mu=0, theta=0.15, sigma=0.3): argument
87 env_spec = Env1() variable
H A Dqfuncs.py27 def __init__(self, env_spec): argument
44 env_spec): argument
H A Dpolicies.py27 def __init__(self, env_spec): argument
54 env_spec): argument
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/libcork/tests/
H A Dtest-subprocess.c112 test_env(struct env *env_spec) in test_env()