gyx v0.1.1 Gyx.Environments.Pure.FrozenLake
This module implements the FrozenLake-v0 environment according to OpenAI implementation: https://gym.openai.com/envs/FrozenLake-v0/
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Types
Link to this type
t()
t()
t() :: %Gyx.Environments.Pure.FrozenLake{
action_space: Gyx.Core.Spaces.Discrete.t(),
col: integer(),
map: [charlist()],
ncol: integer(),
nrow: integer(),
observation_space: Gyx.Core.Spaces.Discrete.t(),
row: integer()
}
t() :: %Gyx.Environments.Pure.FrozenLake{ action_space: Gyx.Core.Spaces.Discrete.t(), col: integer(), map: [charlist()], ncol: integer(), nrow: integer(), observation_space: Gyx.Core.Spaces.Discrete.t(), row: integer() }
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
env_state_transformer(state)
Link to this function
render(environment)
Link to this function