gym-package |
gym: Provides Access to the OpenAI Gym API |
create_GymClient |
Create a GymClient instance. |
env_action_space_contains |
Evaluate whether an action is a member of an environments's action space. |
env_action_space_info |
Get information (name and dimensions/bounds) of the environments's action space. |
env_action_space_sample |
Sample an action from the environments's action space. |
env_close |
Flush all monitor data to disk. |
env_create |
Create an instance of the specified environment. |
env_list_all |
List all environments running on the server. |
env_monitor_close |
Flush all monitor data to disk. |
env_monitor_start |
Start monitoring. |
env_observation_space_info |
Get information (name and dimensions/bounds) of the environment's observation space. |
env_reset |
Reset the state of the environment and return an initial observation. |
env_step |
Step though an environment using an action. |
get_request |
Submit a GET request to an OpenAI Gym server. |
gym |
gym: Provides Access to the OpenAI Gym API |
parse_server_error_or_raise_for_status |
Parse the server error or raise for status. |
post_request |
Submit a POST request to an OpenAI Gym server. |
print.GymClient |
Represent a GymClient instance on the command line. |
random_discrete_agent |
A sample random discrete agent. |
shutdown_server |
Request a server shutdown. |
upload |
Flush all monitor data to disk. |