rail-berkeley / rlkit

Collection of reinforcement learning algorithms
MIT License
2.43k stars 547 forks source link

CustomMDPPathCollector is not found #159

Closed Shinntarou closed 2 years ago

Shinntarou commented 2 years ago

I wont to run CQL/d4rl/example/cql_mujoco_new.py but I got this error

ImportError: cannot import name 'CustomMDPPathCollector' from 'rlkit.samplers.data_collector.path_collector' (/home/usr/rlkit-master/rlkit/samplers/data_collector/path_collector.py)

teach me please where is CustomMDPPathCollector path

anair13 commented 2 years ago

You should use the rlkit version included in the CQL repo: https://github.com/aviralkumar2907/CQL/tree/master/d4rl/rlkit

Shinntarou commented 2 years ago

thankyou