Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
justinvyu opened this issue Jun 4, 2019 · 1 comment

Comments

@justinvyu
Copy link

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

@hartikainen
Copy link
Member

hartikainen commented Jul 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants