Learn R Programming

gym (version 0.1.0)

env_list_all: List all environments running on the server.

Description

List all environments running on the server.

Usage

env_list_all(x)

Arguments

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

Value

A list mapping instance_id to env_id e.g. list("3c657dbc" = "CartPole-v0") for every env on the server.

Examples

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

Run the code above in your browser using DataLab