You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File " ", line 9, in
import pybullet_envs
File " /lib/python3.9/site-packages/pybullet_envs/init.py", line 14, in
register(
File " /lib/python3.9/site-packages/pybullet_envs/init.py", line 6, in register
if id in registry.env_specs:
AttributeError: 'dict' object has no attribute 'env_specs'
I met this bug when trying to run code in "AntBulletEnv-v0" environment, so I want to ask about the dependency of this lib.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File " ", line 9, in
import pybullet_envs
File " /lib/python3.9/site-packages/pybullet_envs/init.py", line 14, in
register(
File " /lib/python3.9/site-packages/pybullet_envs/init.py", line 6, in register
if id in registry.env_specs:
AttributeError: 'dict' object has no attribute 'env_specs'
I met this bug when trying to run code in "AntBulletEnv-v0" environment, so I want to ask about the dependency of this lib.
The text was updated successfully, but these errors were encountered: