rohanpsingh/LearningHumanoidWalking

PYTHONPATH setting

Closed this issue · 1 comments

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.

I solved this problem.