gail-driver
gail-driver copied to clipboard
I can't find auto2D_path
Hi, aslandery. I can't reproduce the results of the paper Error raises while running train_gail_model.py:
from rltools.envs.julia_sim import JuliaEnvWrapper, JuliaEnv File "D:\miniconda3\envs\pytorch\lib\site-packages\rltools\envs\julia_sim.py", line 13, in from rllab.config_personal import auto2D_path ImportError: cannot import name 'auto2D_path' from 'rllab.config_personal' (D:\miniconda3\envs\pytorch\lib\site-packages\rllab\config_personal.py)
I look for auto2D_path in config_personal.py, but I can't find it. Is there any way to solve this problem?