Closed MrGitGo closed 5 years ago
I actually just made a PR to fix this yesterday: https://github.com/Unity-Technologies/ml-agents/pull/2124 . Should have it merged today and in the next release.
Closing the issue as it appears to have been addressed.
Yeah, I forgot to close this when 0.8.2 was released - that contains the fix.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I am running this command:
mlagents-learn config/trainer_config.yaml --run-id=Lernen_1_0 --train --load
and I get this:I looked on the page and there is written that I should run this:
PYTHONWARNINGS=ignore::yaml.YAMLLoadWarning
or
yaml.load(input, Loader=yaml.FullLoader)
which one should I run and will this stop the warning to appear? Or do I have to run other commands?