print.GymClient: Represent a GymClient instance on the command line.

Description Usage Arguments Value Examples

Description

Represent a GymClient instance on the command line.

Usage

1
2
## S3 method for class 'GymClient'
print(x, ...)

Arguments

x

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

...

Further arguments passed to or from other methods.

Value

x A GymClient instance.

Examples

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

## End(Not run)

Example output

<GymClient: http://127.0.0.1:5000>

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