Closed 0xsamgreen closed 5 years ago
Yes, i encountered the same situation at beginning. The problem is in carracing.py in data folder. I think because it is in the sub-folder: data, it can not load library from another sub-folder: utils.misc. My solution is simple, copy the function sample_continuous_policy to carracing.py, instead of import the utils.misc library.
I've just pushed a commit that should fix this. The fix is to use python -m data.carracing instead of python data/carracing.py in the subprocesses. Strangely enough, the previous version still works on my own computer. Can you tell me if you still have the error ?
I think that just solves the issue.
During the data generation phase using the run command given in the readme, I'm getting an error during import of the
utils
package. This is becauseutils
exists one level abovegeneration_script.py
.I can get it to run with:
Is everyone modifying their paths to get it to run?