-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convenience Features #5842
Convenience Features #5842
Conversation
…cations in builds only.
…how training progress.
…ologies/ml-agents into develop-convenience-features
…ologies/ml-agents into develop-convenience-features
|
||
m_StepsSinceLastSwitch++; | ||
|
||
if (m_StepsSinceLastSwitch >= m_SecondsBetweenSwitches * k_FixedUpdatePerSecond || m_ForceNext) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
m_ForceNext
has not been set to true
anywhere in the code. If it's related to then use "Force Next" to advance.
, is there a place we need to set it to true
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there is. It's in the editor inspector window when you click on an object this has this script attached to it. This is a monobehaviour script, so any public property shows up in the inspector window for any object that has this script attached to it.
Proposed change(s)
Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)
Types of change(s)
Checklist
Other comments