Hello,
I am running the VAIL example as explained in the README.
main.py works as expected.
When running test (e.g., as written: python test.py --load_model ckpt_4000_vail.pth.tar), there is an import error.
Specifically:
|
from utils.running_state import ZFilter |
there is no file running_state. In the main.py the running state was defined from Zfilter.
Hello,
I am running the VAIL example as explained in the README.
main.py works as expected.
When running test (e.g., as written:
python test.py --load_model ckpt_4000_vail.pth.tar), there is an import error.Specifically:
lets-do-irl/mujoco/vail/test.py
Line 8 in ad04bf1
there is no file running_state. In the main.py the running state was defined from Zfilter.