-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello, I am very interested in this project. I encountered a problem when running the train.py code. In mp_env.py, there is a line from atob.caelan_smoothing import *, but when running train.py, I get the following error:
Error executing job with overrides: []
Traceback (most recent call last):
File "train.py", line 34, in main
from planseqlearn.environments.kitchen_dm_env import make_kitchen
File "/home/sdc/flx/plan_seq_learn/planseqlearn/planseqlearn/environments/kitchen_dm_env.py", line 19, in
from planseqlearn.psl.kitchen_mp_env import KitchenPSLEnv
File "/home/sdc/flx/plan_seq_learn/planseqlearn/planseqlearn/psl/kitchen_mp_env.py", line 3, in
from planseqlearn.psl.mp_env import PSLEnv
File "/home/sdc/flx/plan_seq_learn/planseqlearn/planseqlearn/psl/mp_env.py", line 14, in
from atob.caelan_smoothing import *
ModuleNotFoundError: No module named 'atob'