ibc icon indicating copy to clipboard operation
ibc copied to clipboard

start ibc

Open Nimingez opened this issue 1 year ago • 1 comments

Hi,thank you for your work. when I run ./ibc/run_tests.sh
it tell me **Traceback (most recent call last): File "/home/nmz/ibc/data/dataset_test.py", line 25, in from ibc.environments.block_pushing import block_pushing # pylint: disable=unused-import File "/home/nmz/ibc/environments/block_pushing/block_pushing.py", line 935, in if 'BlockPush-v0' in registration.registry.env_specs: AttributeError: 'dict' object has no attribute 'env_specs' ERROR: 'PYTHONPATH=/opt/ros/noetic/lib/python3/dist-packages:/home/nmz/ibc/.. python3 /home/nmz/ibc/data/dataset_test.py --alsologtostderr' failed! ** I just follow you steps!

Nimingez avatar Aug 24 '23 08:08 Nimingez

@Nimingez Try downgrading gym to 0.23.0: pip install gym==0.23.0 It worked for me.

wangyan-hlab avatar Oct 23 '23 06:10 wangyan-hlab