Closed HowdyMoto closed 2 months ago
Hi @HowdyMoto , it looks like it's try to write to '/saved_videos', so the root directory
Can you specify a logdir
in your command? See https://github.com/google/brax/blob/2329ae76759e37b0b1f1861cf34e5a67d0f7efa8/brax/training/learner.py#L74C22-L74C28
Feel free to send over a PR to set a default logdir
, perhaps /tmp/brax
, possibly creating the directory if empty.
Closing issue due to inactivity
I'm on MacOS Sonoma, and when training completes, I get:
I've done
chmod -R u+w .
from my brax folder, I've set up brax usingpip install -e .
from my local repo, and finally, I'm runningsudo learn humanoid
, so I thought that would give it permissions to write the output video wherever it wishes.Any tips on how to stop it from failing\? It's unclear to me where it's trying to write to by default.