Farama-Foundation / D4RL

A collection of reference environments for offline reinforcement learning
Apache License 2.0
1.3k stars 278 forks source link

error: No registered env, when use gym.make #135

Open deepolicy opened 2 years ago

deepolicy commented 2 years ago

error: No registered env, when use gym.make

LxzGordon commented 2 years ago

same, and I am running on centos when trying to build antmaze, pen. But it worked perfectly on Ubuntu

QuBohao commented 2 years ago

try to reinstall gym=0.18.0

deepolicy commented 2 years ago

try to reinstall gym=0.18.0

I'll try. Thanks!

deepolicy commented 2 years ago

Maybe I should use env_name-v2 rather than env_name-v0 for the new version of gym installed.

outshine-J commented 1 year ago

@deepolicy Did you solve the problem?