amaze.extensions.sb3.maze_env¶
SB3 wrapper for the maze environment
Functions
|
Returns the requested attribute from each underlying environments |
|
Calls a given function, with specified arguments, on each underlying environments |
|
Encapsulates the creation of a vectorized environment |
Classes
|
AMaze wrapper for the stable baselines 3 library |
- amaze.extensions.sb3.maze_env.make_vec_maze_env( )[source]¶
Encapsulates the creation of a vectorized environment
- amaze.extensions.sb3.maze_env.env_method(env, method: str, *args, **kwargs)[source]¶
Calls a given function, with specified arguments, on each underlying environments
- amaze.extensions.sb3.maze_env.env_attr(env, attr: str)[source]¶
Returns the requested attribute from each underlying environments