simonmeister / pysc2-rl-agents

StarCraft II / PySC2 Deep Reinforcement Learning Agents (A2C)
MIT License
134 stars 39 forks source link

'train'-folder does not exists - fails to run on Windows 10 #2

Closed brean closed 6 years ago

brean commented 6 years ago

you need to create the output folder (or add it manually with a .gitkeep-file) or it fails with: "out/summary\my_experiment\train; No such file or directory"

danielpalen commented 6 years ago

Thank you for pointing this out!

This was actually a bug which occurred because we hardcoded the default path to out/summary which works find for Mac and Linux but on Windows this is not a valid path.

It is fixed now. The directories should be created automatically if they do not exist.