ml-agents
ml-agents copied to clipboard
m_Heuristic.Invoke issue
This might be a me issue, but I'm really stumped here.
The DecideAction() function is running my heuristic script
The actionsOut is being reset to what it needs to be for the circumstances (last step of Heuristic function inside agent)
But only ever can return 0,0.
I can't get it to use actionsOut as the brain decision. Help?
Hi @bbdscvr
Are you just trying to run the agent in Heuristic mode or is there something else that you're trying to do? Are you setting the behavior type in the behavior parameters script to "Heuristic only"?
Hey Andrew,
Yes heuristic mode, parameters set to heuristic only. I'm creating demonstrations for the nn via a minimax.
On Tue, 15 Sep 2020, 03:48 andrewcoh, [email protected] wrote:
Hi @bbdscvr https://github.com/bbdscvr
Are you just trying to run the agent in Heuristic mode or is there something else that you're trying to do? Are you setting the behavior type in the behavior parameters script to "Heuristic only"?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Unity-Technologies/ml-agents/issues/4481#issuecomment-692145901, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJMCWO5ANCPJO7TZS3JT7WDSFY3NVANCNFSM4RK3XARA .
This issue has been automatically marked as stale because it has not had activity in the last 28 days. It will be closed in the next 14 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 42 days. If this issue is still valid, please ping a maintainer. Thank you for your contributions.
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.