-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Release 13 branch to master #5007
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
Conversation
* improved settings and move to default_settings * update models
- updated release tag validation script to automate the updating of files with release tags that need to be changed as part of the pre-commit operation.
… (#4968) Co-authored-by: Marwan Mattar <marwan@unity3d.com> Co-authored-by: Chris Elion <chris.elion@unity3d.com>
@@ -43,6 +47,7 @@ internal class RpcCommunicator : ICommunicator | |||
Dictionary<string, ActionSpec> m_UnsentBrainKeys = new Dictionary<string, ActionSpec>(); | |||
|
|||
|
|||
#if MLA_SUPPORTED_TRAINING_PLATFORM |
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.
I think this was the merge problem I was worried about. I think you can either remove all the #if MLA_SUPPORTED_TRAINING_PLATFORM
except the top-level one, or just keep master the master version.
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.
should be fixed now
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.
Looks good (modulo the RpCommunicator merge)
Merge changes from release 13 to master