您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
101 行
2.9 KiB
101 行
2.9 KiB
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: mlagents/envs/communicator_objects/header.proto
|
|
|
|
import sys
|
|
|
|
_b = sys.version_info[0] < 3 and (lambda x: x) or (lambda x: x.encode("latin1"))
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import message as _message
|
|
from google.protobuf import reflection as _reflection
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
|
name="mlagents/envs/communicator_objects/header.proto",
|
|
package="communicator_objects",
|
|
syntax="proto3",
|
|
serialized_options=_b("\252\002\034MLAgents.CommunicatorObjects"),
|
|
serialized_pb=_b(
|
|
'\n/mlagents/envs/communicator_objects/header.proto\x12\x14\x63ommunicator_objects")\n\x06Header\x12\x0e\n\x06status\x18\x01 \x01(\x05\x12\x0f\n\x07message\x18\x02 \x01(\tB\x1f\xaa\x02\x1cMLAgents.CommunicatorObjectsb\x06proto3'
|
|
),
|
|
)
|
|
|
|
|
|
_HEADER = _descriptor.Descriptor(
|
|
name="Header",
|
|
full_name="communicator_objects.Header",
|
|
filename=None,
|
|
file=DESCRIPTOR,
|
|
containing_type=None,
|
|
fields=[
|
|
_descriptor.FieldDescriptor(
|
|
name="status",
|
|
full_name="communicator_objects.Header.status",
|
|
index=0,
|
|
number=1,
|
|
type=5,
|
|
cpp_type=1,
|
|
label=1,
|
|
has_default_value=False,
|
|
default_value=0,
|
|
message_type=None,
|
|
enum_type=None,
|
|
containing_type=None,
|
|
is_extension=False,
|
|
extension_scope=None,
|
|
serialized_options=None,
|
|
file=DESCRIPTOR,
|
|
),
|
|
_descriptor.FieldDescriptor(
|
|
name="message",
|
|
full_name="communicator_objects.Header.message",
|
|
index=1,
|
|
number=2,
|
|
type=9,
|
|
cpp_type=9,
|
|
label=1,
|
|
has_default_value=False,
|
|
default_value=_b("").decode("utf-8"),
|
|
message_type=None,
|
|
enum_type=None,
|
|
containing_type=None,
|
|
is_extension=False,
|
|
extension_scope=None,
|
|
serialized_options=None,
|
|
file=DESCRIPTOR,
|
|
),
|
|
],
|
|
extensions=[],
|
|
nested_types=[],
|
|
enum_types=[],
|
|
serialized_options=None,
|
|
is_extendable=False,
|
|
syntax="proto3",
|
|
extension_ranges=[],
|
|
oneofs=[],
|
|
serialized_start=73,
|
|
serialized_end=114,
|
|
)
|
|
|
|
DESCRIPTOR.message_types_by_name["Header"] = _HEADER
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
Header = _reflection.GeneratedProtocolMessageType(
|
|
"Header",
|
|
(_message.Message,),
|
|
dict(
|
|
DESCRIPTOR=_HEADER,
|
|
__module__="mlagents.envs.communicator_objects.header_pb2"
|
|
# @@protoc_insertion_point(class_scope:communicator_objects.Header)
|
|
),
|
|
)
|
|
_sym_db.RegisterMessage(Header)
|
|
|
|
|
|
DESCRIPTOR._options = None
|
|
# @@protoc_insertion_point(module_scope)
|