print.GymClient {gym}R Documentation

Represent a GymClient instance on the command line.

Description

Represent a GymClient instance on the command line.

Usage

## 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

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

## End(Not run)

[Package gym version 0.1.0 Index]