Environment Module¶
baconian.envs.gym_env¶
Gym environment wrapping module
-
baconian.envs.gym_env.GymEnv.name¶ The name(id) of object, a string.
-
baconian.envs.gym_env.GymEnv.status_list¶ Status list of the object, (‘TRAIN’, ‘TEST’).
-
baconian.envs.gym_env.GymEnv.unwrapped¶ Returns: original unwrapped gym environment Return type: gym env
-
baconian.envs.gym_env.GymEnv.unwrapped_gym¶ Returns: gym environment, depend on attribute ‘unwrapped’ Return type: gym env