felipecode / coiltraine

Training framework for conditional imitation learning
MIT License
230 stars 68 forks source link

Not training - something happened #18

Open balukabalu opened 5 years ago

balukabalu commented 5 years ago

Hello!

If I try to run the coiltraine.py file, I got this message. I have Ubuntu 16.04, and followed everything like in the readme.md. Any suggestions, where to start finding the error? Thanks!

Screenshot from 2019-07-03 12-41-27

felipecode commented 5 years ago

That message is quite bad haha ! Try running train only to get the full message. add to the options --single-process train -e coil_icra

weizhaoji commented 5 years ago

I have the same error! so sad!

PratibhaVL commented 4 years ago

I have the same error

wlsdn9350 commented 4 years ago

Maybe you didn't export the dataset path?

export COIL_DATASET_PATH=

That's what happened to me.