softlearning icon indicating copy to clipboard operation
softlearning copied to clipboard

`run_example_debug` on Mac OS doesn't save videos to the right directory

Open justinvyu opened this issue 6 years ago • 1 comments
trafficstars

In debug mode, saves to "softlearning/videos" instead of under the user's home directory "~/ray_results/...". Works fine using run_example_local.

justinvyu avatar Jun 04 '19 00:06 justinvyu

Noting myself that this is due to the change in tune's debug mode handling. A fix is to add os.chdir(self.logdir) in the beginning of the ExperimentRunner setup.

hartikainen avatar Jul 13 '19 04:07 hartikainen