cannot find module dreamerV2
Closed this issue · 2 comments
ahmed-kar commented
Hi, When I download the dependencies however in your eval.py it says from dreamerv2.utils.wrapper, it says dreamerv2 module not found. Why do I need to pip install dreamerv2 when this repo is meant to me an implementation of Dreamerv2 in pytorch.
Am I missing something.
Thanks for the great repo though, really handy.
jdubkim commented
Run pip install -e . in dreamerv2 directory. This should solve the problem.
ahmed-kar commented
Thank you so much for this