有办法在ML Agents Unity的训练过程中强制进行信息更新吗?

huangapple go评论95阅读模式
英文:

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

huangapple
  • 本文由 发表于 2023年6月12日 17:03:22
  • 转载请务必保留本文链接:https://go.coder-hub.com/76455079.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定