Description Usage Arguments Value Examples
Create an instance of the specified environment.
1 | env_create(x, env_id)
|
x |
An instance of class "GymClient"; this object has "remote_base" as an attribute. |
env_id |
A short identifier (such as "3c657dbc") for the created environment instance. The instance_id is used in future API calls to identify the environment to be manipulated. |
A short identifier (such as "3c657dbc") for the created environment instance. The instance_id is used in future API calls to identify the environment to be manipulated.
1 2 3 4 5 6 7 | ## Not run:
remote_base <- "http://127.0.0.1:5000"
client <- create_GymClient(remote_base)
env_id <- "CartPole-v0"
env_create(client, env_id)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.