| | |
| | |
| | |
| | |
| | #pragma warning disable 1591, 0612, 3021 |
| | #region Designer generated code |
| |
|
| | using pb = global::Google.Protobuf; |
| | using pbc = global::Google.Protobuf.Collections; |
| | using pbr = global::Google.Protobuf.Reflection; |
| | using scg = global::System.Collections.Generic; |
| | namespace Unity.MLAgents.CommunicatorObjects { |
| |
|
| | |
| | internal static partial class CommandReflection { |
| |
|
| | #region Descriptor |
| | |
| | public static pbr::FileDescriptor Descriptor { |
| | get { return descriptor; } |
| | } |
| | private static pbr::FileDescriptor descriptor; |
| |
|
| | static CommandReflection() { |
| | byte[] descriptorData = global::System.Convert.FromBase64String( |
| | string.Concat( |
| | "CjBtbGFnZW50c19lbnZzL2NvbW11bmljYXRvcl9vYmplY3RzL2NvbW1hbmQu", |
| | "cHJvdG8SFGNvbW11bmljYXRvcl9vYmplY3RzKi0KDENvbW1hbmRQcm90bxII", |
| | "CgRTVEVQEAASCQoFUkVTRVQQARIICgRRVUlUEAJCJaoCIlVuaXR5Lk1MQWdl", |
| | "bnRzLkNvbW11bmljYXRvck9iamVjdHNiBnByb3RvMw==")); |
| | descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
| | new pbr::FileDescriptor[] { }, |
| | new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Unity.MLAgents.CommunicatorObjects.CommandProto), }, null)); |
| | } |
| | #endregion |
| |
|
| | } |
| | #region Enums |
| | internal enum CommandProto { |
| | [pbr::OriginalName("STEP")] Step = 0, |
| | [pbr::OriginalName("RESET")] Reset = 1, |
| | [pbr::OriginalName("QUIT")] Quit = 2, |
| | } |
| |
|
| | #endregion |
| |
|
| | } |
| |
|
| | #endregion Designer generated code |
| |
|