// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: mlagents/envs/communicator_objects/brain_parameters_proto.proto // #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 MLAgents.CommunicatorObjects { /// Holder for reflection information generated from mlagents/envs/communicator_objects/brain_parameters_proto.proto public static partial class BrainParametersProtoReflection { #region Descriptor /// File descriptor for mlagents/envs/communicator_objects/brain_parameters_proto.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static BrainParametersProtoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cj9tbGFnZW50cy9lbnZzL2NvbW11bmljYXRvcl9vYmplY3RzL2JyYWluX3Bh", "cmFtZXRlcnNfcHJvdG8ucHJvdG8SFGNvbW11bmljYXRvcl9vYmplY3RzGjlt", "bGFnZW50cy9lbnZzL2NvbW11bmljYXRvcl9vYmplY3RzL3Jlc29sdXRpb25f", "cHJvdG8ucHJvdG8aOW1sYWdlbnRzL2VudnMvY29tbXVuaWNhdG9yX29iamVj", "dHMvc3BhY2VfdHlwZV9wcm90by5wcm90byLUAgoUQnJhaW5QYXJhbWV0ZXJz", "UHJvdG8SHwoXdmVjdG9yX29ic2VydmF0aW9uX3NpemUYASABKAUSJwofbnVt", "X3N0YWNrZWRfdmVjdG9yX29ic2VydmF0aW9ucxgCIAEoBRIaChJ2ZWN0b3Jf", "YWN0aW9uX3NpemUYAyADKAUSQQoSY2FtZXJhX3Jlc29sdXRpb25zGAQgAygL", "MiUuY29tbXVuaWNhdG9yX29iamVjdHMuUmVzb2x1dGlvblByb3RvEiIKGnZl", "Y3Rvcl9hY3Rpb25fZGVzY3JpcHRpb25zGAUgAygJEkYKGHZlY3Rvcl9hY3Rp", "b25fc3BhY2VfdHlwZRgGIAEoDjIkLmNvbW11bmljYXRvcl9vYmplY3RzLlNw", "YWNlVHlwZVByb3RvEhIKCmJyYWluX25hbWUYByABKAkSEwoLaXNfdHJhaW5p", "bmcYCCABKAhCH6oCHE1MQWdlbnRzLkNvbW11bmljYXRvck9iamVjdHNiBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::MLAgents.CommunicatorObjects.ResolutionProtoReflection.Descriptor, global::MLAgents.CommunicatorObjects.SpaceTypeProtoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::MLAgents.CommunicatorObjects.BrainParametersProto), global::MLAgents.CommunicatorObjects.BrainParametersProto.Parser, new[]{ "VectorObservationSize", "NumStackedVectorObservations", "VectorActionSize", "CameraResolutions", "VectorActionDescriptions", "VectorActionSpaceType", "BrainName", "IsTraining" }, null, null, null) })); } #endregion } #region Messages public sealed partial class BrainParametersProto : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BrainParametersProto()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::MLAgents.CommunicatorObjects.BrainParametersProtoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public BrainParametersProto() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public BrainParametersProto(BrainParametersProto other) : this() { vectorObservationSize_ = other.vectorObservationSize_; numStackedVectorObservations_ = other.numStackedVectorObservations_; vectorActionSize_ = other.vectorActionSize_.Clone(); cameraResolutions_ = other.cameraResolutions_.Clone(); vectorActionDescriptions_ = other.vectorActionDescriptions_.Clone(); vectorActionSpaceType_ = other.vectorActionSpaceType_; brainName_ = other.brainName_; isTraining_ = other.isTraining_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public BrainParametersProto Clone() { return new BrainParametersProto(this); } /// Field number for the "vector_observation_size" field. public const int VectorObservationSizeFieldNumber = 1; private int vectorObservationSize_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int VectorObservationSize { get { return vectorObservationSize_; } set { vectorObservationSize_ = value; } } /// Field number for the "num_stacked_vector_observations" field. public const int NumStackedVectorObservationsFieldNumber = 2; private int numStackedVectorObservations_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int NumStackedVectorObservations { get { return numStackedVectorObservations_; } set { numStackedVectorObservations_ = value; } } /// Field number for the "vector_action_size" field. public const int VectorActionSizeFieldNumber = 3; private static readonly pb::FieldCodec _repeated_vectorActionSize_codec = pb::FieldCodec.ForInt32(26); private readonly pbc::RepeatedField vectorActionSize_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField VectorActionSize { get { return vectorActionSize_; } } /// Field number for the "camera_resolutions" field. public const int CameraResolutionsFieldNumber = 4; private static readonly pb::FieldCodec _repeated_cameraResolutions_codec = pb::FieldCodec.ForMessage(34, global::MLAgents.CommunicatorObjects.ResolutionProto.Parser); private readonly pbc::RepeatedField cameraResolutions_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField CameraResolutions { get { return cameraResolutions_; } } /// Field number for the "vector_action_descriptions" field. public const int VectorActionDescriptionsFieldNumber = 5; private static readonly pb::FieldCodec _repeated_vectorActionDescriptions_codec = pb::FieldCodec.ForString(42); private readonly pbc::RepeatedField vectorActionDescriptions_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField VectorActionDescriptions { get { return vectorActionDescriptions_; } } /// Field number for the "vector_action_space_type" field. public const int VectorActionSpaceTypeFieldNumber = 6; private global::MLAgents.CommunicatorObjects.SpaceTypeProto vectorActionSpaceType_ = 0; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::MLAgents.CommunicatorObjects.SpaceTypeProto VectorActionSpaceType { get { return vectorActionSpaceType_; } set { vectorActionSpaceType_ = value; } } /// Field number for the "brain_name" field. public const int BrainNameFieldNumber = 7; private string brainName_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string BrainName { get { return brainName_; } set { brainName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "is_training" field. public const int IsTrainingFieldNumber = 8; private bool isTraining_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool IsTraining { get { return isTraining_; } set { isTraining_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as BrainParametersProto); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(BrainParametersProto other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (VectorObservationSize != other.VectorObservationSize) return false; if (NumStackedVectorObservations != other.NumStackedVectorObservations) return false; if(!vectorActionSize_.Equals(other.vectorActionSize_)) return false; if(!cameraResolutions_.Equals(other.cameraResolutions_)) return false; if(!vectorActionDescriptions_.Equals(other.vectorActionDescriptions_)) return false; if (VectorActionSpaceType != other.VectorActionSpaceType) return false; if (BrainName != other.BrainName) return false; if (IsTraining != other.IsTraining) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (VectorObservationSize != 0) hash ^= VectorObservationSize.GetHashCode(); if (NumStackedVectorObservations != 0) hash ^= NumStackedVectorObservations.GetHashCode(); hash ^= vectorActionSize_.GetHashCode(); hash ^= cameraResolutions_.GetHashCode(); hash ^= vectorActionDescriptions_.GetHashCode(); if (VectorActionSpaceType != 0) hash ^= VectorActionSpaceType.GetHashCode(); if (BrainName.Length != 0) hash ^= BrainName.GetHashCode(); if (IsTraining != false) hash ^= IsTraining.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { if (VectorObservationSize != 0) { output.WriteRawTag(8); output.WriteInt32(VectorObservationSize); } if (NumStackedVectorObservations != 0) { output.WriteRawTag(16); output.WriteInt32(NumStackedVectorObservations); } vectorActionSize_.WriteTo(output, _repeated_vectorActionSize_codec); cameraResolutions_.WriteTo(output, _repeated_cameraResolutions_codec); vectorActionDescriptions_.WriteTo(output, _repeated_vectorActionDescriptions_codec); if (VectorActionSpaceType != 0) { output.WriteRawTag(48); output.WriteEnum((int) VectorActionSpaceType); } if (BrainName.Length != 0) { output.WriteRawTag(58); output.WriteString(BrainName); } if (IsTraining != false) { output.WriteRawTag(64); output.WriteBool(IsTraining); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (VectorObservationSize != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(VectorObservationSize); } if (NumStackedVectorObservations != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(NumStackedVectorObservations); } size += vectorActionSize_.CalculateSize(_repeated_vectorActionSize_codec); size += cameraResolutions_.CalculateSize(_repeated_cameraResolutions_codec); size += vectorActionDescriptions_.CalculateSize(_repeated_vectorActionDescriptions_codec); if (VectorActionSpaceType != 0) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) VectorActionSpaceType); } if (BrainName.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(BrainName); } if (IsTraining != false) { size += 1 + 1; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(BrainParametersProto other) { if (other == null) { return; } if (other.VectorObservationSize != 0) { VectorObservationSize = other.VectorObservationSize; } if (other.NumStackedVectorObservations != 0) { NumStackedVectorObservations = other.NumStackedVectorObservations; } vectorActionSize_.Add(other.vectorActionSize_); cameraResolutions_.Add(other.cameraResolutions_); vectorActionDescriptions_.Add(other.vectorActionDescriptions_); if (other.VectorActionSpaceType != 0) { VectorActionSpaceType = other.VectorActionSpaceType; } if (other.BrainName.Length != 0) { BrainName = other.BrainName; } if (other.IsTraining != false) { IsTraining = other.IsTraining; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { VectorObservationSize = input.ReadInt32(); break; } case 16: { NumStackedVectorObservations = input.ReadInt32(); break; } case 26: case 24: { vectorActionSize_.AddEntriesFrom(input, _repeated_vectorActionSize_codec); break; } case 34: { cameraResolutions_.AddEntriesFrom(input, _repeated_cameraResolutions_codec); break; } case 42: { vectorActionDescriptions_.AddEntriesFrom(input, _repeated_vectorActionDescriptions_codec); break; } case 48: { VectorActionSpaceType = (global::MLAgents.CommunicatorObjects.SpaceTypeProto) input.ReadEnum(); break; } case 58: { BrainName = input.ReadString(); break; } case 64: { IsTraining = input.ReadBool(); break; } } } } } #endregion } #endregion Designer generated code