英文:
Is there a way to force Information updates in while training in ML agents Unity?
问题
我刚刚找到了如何在Unity中训练ML代理的方法(经过了很多错误),并且我在我的命令提示符中看到了[INFO]标签弹出,为我提供了关于我的代理的大量有用信息(总奖励、平均奖励等)。这很有用,但它每隔大约一分钟就会弹出一次。有没有办法加快这个速度?
英文:
I Just found out how to train a ML agent in unity (after a lot of errors) and I saw the [INFO] tags pop up in my Command Prompt and give me a bunch of useful info about my agents (Total rewards, average rewards etc.) and this was useful but it was popping up every minute or so. Any way to speed this up?
答案1
得分: 0
我找到答案了:
要完成所有操作,您只需要编辑.yaml文件的属性并减少检查点间隔。
英文:
Nevermind i found the answer:
to do it all you need to do is edit the .yaml file's attrabutes and decrease the checkpoint interval
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论