danijar / daydreamer

DayDreamer: World Models for Physical Robot Learning
https://danijar.com/daydreamer
261 stars 27 forks source link

No module named "usb" #13

Closed chuangwang1991 closed 9 months ago

chuangwang1991 commented 9 months ago

My python version "3.8.15" , usb version is "0.0.83.dev0". When I run

CUDA_VISIBLE_DEVICES=0 python embodied/agents/dreamerv2plus/train.py --configs ur5 --run learning --task ur5_dummy --tf.platform gpu --logdir ~/logdir/run11

It goes wrong whit the module error.

chuangwang1991 commented 9 months ago

"pip install pyusb" solved the issue.