Last active
July 7, 2020 06:39
-
-
Save ceteri/3146958260b003ab79e105da52ca1d11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHECKPOINT_ROOT = "tmp/ppo/moun" | |
shutil.rmtree(CHECKPOINT_ROOT, ignore_errors=True, onerror=None) | |
ray_results = os.getenv("HOME") + "/ray_results/" | |
shutil.rmtree(ray_results, ignore_errors=True, onerror=None) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment