PYTHONPATH setting
Closed this issue · 1 comments
Ishihara-Masabumi commented
As your instruction, to play the result of the training, PYTHONPATH is necessary as below.
$ PYTHONPATH=.:$PYTHONPATH python scripts/debug_stepper.py --path <path_to_exp_dir>
Please tell me the PYTHONPATH.
Ishihara-Masabumi commented
I solved this problem.