garage
v2019.10.1
Installation
Running Experiments
Implementing New Environments
Implementing New Algorithms (Basic)
Implementing New Algorithms (Advanced)
garage
Docs
»
garage.envs.env_spec module
Edit on GitHub
garage.envs.env_spec module
¶
EnvSpec class.
class
EnvSpec
(
observation_space
,
action_space
)
[source]
¶
Bases:
object
EnvSpec class.
Parameters:
observation_space
(
akro.Space
) – The observation space of the env.
action_space
(
akro.Space
) – The action space of the env.