openai / coinrun

Code for the paper "Quantifying Transfer in Reinforcement Learning"
https://blog.openai.com/quantifying-generalization-in-reinforcement-learning/
MIT License
388 stars 87 forks source link

Handle "make" for paths with spaces #44

Open tchlux opened 3 years ago

tchlux commented 3 years ago

The path stored in dirname contained a space for my install. This was causing the os.system "make" command to fail. Adding quotes to the command fixes it as far as I can tell (running macOS 11.1, Python 3.6.12, zsh 5.12).