lcswillems/rl-starter-files

Minor fix needed to run train.py on macOS Monterey

metonymize-kripa opened this issue · 2 comments

The issue shows up as reported here https://stackoverflow.com/questions/60691363/runtimeerrorfreeze-support-on-mac

Worked around by wrapping code in global scope using:
if name == "main"

The issue shows up as reported here https://stackoverflow.com/questions/60691363/runtimeerrorfreeze-support-on-mac

Worked around by wrapping code in global scope using: if name == "main"

Thank you so much! This helped a lot!!

The issue should have been fixed in this PR: #65

I am closing but let me know if issue persists