You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
Issues that have been idle for a while. Automatically closed by a bot if idle for too long.
label
Jun 18, 2023
Describe the bug
In DungeonEscape, push settings has attribute agentRotationSpeed available,
However in PushAgentEscape.cs, it uses hardcoded value 200f instead.
ml-agents/Project/Assets/ML-Agents/Examples/DungeonEscape/Scripts/PushAgentEscape.cs
Line 66 in 5b6cb98
I feel agentRotationSpeed should default to 200f, instead of 15, and the
200f
should be replaced bym_PushBlockSettings.agentRotationSpeed
?To Reproduce
Go to github link
ml-agents/Project/Assets/ML-Agents/Examples/DungeonEscape/Scripts/PushAgentEscape.cs
Line 66 in 5b6cb98
Console logs / stack traces
N/A
Screenshots
ml-agents/Project/Assets/ML-Agents/Examples/DungeonEscape/Scripts/PushAgentEscape.cs
Line 66 in 5b6cb98
Environment (please complete the following information):
develop
branch, and at least as far back asrelease_20
The text was updated successfully, but these errors were encountered: