Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'util' #14

Open
zydczqcnydx opened this issue Jan 10, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'util' #14

zydczqcnydx opened this issue Jan 10, 2024 · 1 comment

Comments

@zydczqcnydx
Copy link

python3 imitate_episodes.py
--task_name sim_transfer_cube_scripted
--ckpt_dir
--policy_class ACT --kl_weight 10 --chunk_size 100 --hidden_dim 512 --batch_size 8 --dim_feedforward 3200
--num_epochs 2000 --lr 1e-5
--seed 0

Run the above command and report this error.

@ysm10801
Copy link

I solved this issue by install the setup.py file

cd detr
and
pip install .

then it should be works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants