Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to list gym envirolments

from gym import envs
all_envs = envs.registry.all()
env_ids = [env_spec.id for env_spec in all_envs]
print(env_ids)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #list #gym #envirolments
ADD COMMENT
Topic
Name
5+4 =