shutdown_server: Request a server shutdown.

Description Usage Arguments Value Examples

Description

Request a server shutdown.

Usage

1

Arguments

x

An instance of class "GymClient"; this object has "remote_base" as an attribute.

Value

NULL Currently used by the integration tests to repeatedly create and destroy fresh copies of the server running in a separate thread.

Examples

1
2
3
4
5
6
## Not run: 
remote_base <- "http://127.0.0.1:5000"
client <- create_GymClient(remote_base)
shutdown_server(client)

## End(Not run)

gym documentation built on May 1, 2019, 9:26 p.m.