create_GymClient: Create a GymClient instance.

Description Usage Arguments Value Examples

Description

This function instantiates a GymClient instance to integrate with an OpenAI Gym server.

Usage

1
create_GymClient(remote_base)

Arguments

remote_base

The URL of the OpenAI gym server. This value is usually "http://127.0.0.1:5000".

Value

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

Examples

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

## End(Not run)

Example output



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