Questions tagged [gym]

For questions about OpenAI's gym library, which provides a set of APIs to access different types of environments to train reinforcement learning agents.

77 questions
6
votes
1 answer

Why did the openai's gym website close?

Openai's gym website redirects to the GitHub repository. Why did the openai's gym website close?
Franck Dernoncourt
  • 3,004
  • 1
  • 19
  • 34
0
votes
0 answers

Also is there any way to create a gym environment that can be used without registering?

Please see the title: is there any way to create a gym environment that can be used without registering? To be specific, since we have already created the environment class, is there any way to directly call gym.make on the environment class,…
A J
  • 21
  • 3
0
votes
1 answer

Error in action space for creating gymnasium environment

While trying to use a created environment, I get the following error: AssertionError: action space does not inherit from gym.spaces.Space, actual type: Does anyone know how to resolve this?
A J
  • 21
  • 3