Learn R Programming

gym (version 0.1.0)

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

Description

Represent a GymClient instance on the command line.

Usage

"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

Run this code
## Not run: 
# remote_base <- "http://127.0.0.1:5000"
# client <- create_GymClient(remote_base)
# print(client)
# ## End(Not run)

Run the code above in your browser using DataLab