I tried to run BEAR in d4rl_evaluations/bear/examples, however, there is no such thing as CustomMDPPathCollector
in anywhere of rlkit, could you please take a look?
Traceback (most recent call last):
File "bear_hdf5_d4rl.py", line 7, in <module>
from rlkit.samplers.data_collector import MdpPathCollector, CustomMDPPathCollector
ImportError: cannot import name 'CustomMDPPathCollector' from 'rlkit.samplers.data_collector'
I tried to run BEAR in
d4rl_evaluations/bear/examples
, however, there is no such thing asCustomMDPPathCollector
in anywhere ofrlkit
, could you please take a look?