您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
189 行
6.7 KiB
189 行
6.7 KiB
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: mlagents/envs/communicator_objects/environment_parameters_proto.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()
|
|
|
|
|
|
from mlagents.envs.communicator_objects import (
|
|
custom_reset_parameters_pb2 as mlagents_dot_envs_dot_communicator__objects_dot_custom__reset__parameters__pb2,
|
|
)
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
|
name="mlagents/envs/communicator_objects/environment_parameters_proto.proto",
|
|
package="communicator_objects",
|
|
syntax="proto3",
|
|
serialized_options=_b("\252\002\034MLAgents.CommunicatorObjects"),
|
|
serialized_pb=_b(
|
|
'\nEmlagents/envs/communicator_objects/environment_parameters_proto.proto\x12\x14\x63ommunicator_objects\x1a@mlagents/envs/communicator_objects/custom_reset_parameters.proto"\x83\x02\n\x1a\x45nvironmentParametersProto\x12_\n\x10\x66loat_parameters\x18\x01 \x03(\x0b\x32\x45.communicator_objects.EnvironmentParametersProto.FloatParametersEntry\x12L\n\x17\x63ustom_reset_parameters\x18\x02 \x01(\x0b\x32+.communicator_objects.CustomResetParameters\x1a\x36\n\x14\x46loatParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x42\x1f\xaa\x02\x1cMLAgents.CommunicatorObjectsb\x06proto3'
|
|
),
|
|
dependencies=[
|
|
mlagents_dot_envs_dot_communicator__objects_dot_custom__reset__parameters__pb2.DESCRIPTOR
|
|
],
|
|
)
|
|
|
|
|
|
_ENVIRONMENTPARAMETERSPROTO_FLOATPARAMETERSENTRY = _descriptor.Descriptor(
|
|
name="FloatParametersEntry",
|
|
full_name="communicator_objects.EnvironmentParametersProto.FloatParametersEntry",
|
|
filename=None,
|
|
file=DESCRIPTOR,
|
|
containing_type=None,
|
|
fields=[
|
|
_descriptor.FieldDescriptor(
|
|
name="key",
|
|
full_name="communicator_objects.EnvironmentParametersProto.FloatParametersEntry.key",
|
|
index=0,
|
|
number=1,
|
|
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,
|
|
),
|
|
_descriptor.FieldDescriptor(
|
|
name="value",
|
|
full_name="communicator_objects.EnvironmentParametersProto.FloatParametersEntry.value",
|
|
index=1,
|
|
number=2,
|
|
type=2,
|
|
cpp_type=6,
|
|
label=1,
|
|
has_default_value=False,
|
|
default_value=float(0),
|
|
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=_b("8\001"),
|
|
is_extendable=False,
|
|
syntax="proto3",
|
|
extension_ranges=[],
|
|
oneofs=[],
|
|
serialized_start=367,
|
|
serialized_end=421,
|
|
)
|
|
|
|
_ENVIRONMENTPARAMETERSPROTO = _descriptor.Descriptor(
|
|
name="EnvironmentParametersProto",
|
|
full_name="communicator_objects.EnvironmentParametersProto",
|
|
filename=None,
|
|
file=DESCRIPTOR,
|
|
containing_type=None,
|
|
fields=[
|
|
_descriptor.FieldDescriptor(
|
|
name="float_parameters",
|
|
full_name="communicator_objects.EnvironmentParametersProto.float_parameters",
|
|
index=0,
|
|
number=1,
|
|
type=11,
|
|
cpp_type=10,
|
|
label=3,
|
|
has_default_value=False,
|
|
default_value=[],
|
|
message_type=None,
|
|
enum_type=None,
|
|
containing_type=None,
|
|
is_extension=False,
|
|
extension_scope=None,
|
|
serialized_options=None,
|
|
file=DESCRIPTOR,
|
|
),
|
|
_descriptor.FieldDescriptor(
|
|
name="custom_reset_parameters",
|
|
full_name="communicator_objects.EnvironmentParametersProto.custom_reset_parameters",
|
|
index=1,
|
|
number=2,
|
|
type=11,
|
|
cpp_type=10,
|
|
label=1,
|
|
has_default_value=False,
|
|
default_value=None,
|
|
message_type=None,
|
|
enum_type=None,
|
|
containing_type=None,
|
|
is_extension=False,
|
|
extension_scope=None,
|
|
serialized_options=None,
|
|
file=DESCRIPTOR,
|
|
),
|
|
],
|
|
extensions=[],
|
|
nested_types=[_ENVIRONMENTPARAMETERSPROTO_FLOATPARAMETERSENTRY],
|
|
enum_types=[],
|
|
serialized_options=None,
|
|
is_extendable=False,
|
|
syntax="proto3",
|
|
extension_ranges=[],
|
|
oneofs=[],
|
|
serialized_start=162,
|
|
serialized_end=421,
|
|
)
|
|
|
|
_ENVIRONMENTPARAMETERSPROTO_FLOATPARAMETERSENTRY.containing_type = (
|
|
_ENVIRONMENTPARAMETERSPROTO
|
|
)
|
|
_ENVIRONMENTPARAMETERSPROTO.fields_by_name[
|
|
"float_parameters"
|
|
].message_type = _ENVIRONMENTPARAMETERSPROTO_FLOATPARAMETERSENTRY
|
|
_ENVIRONMENTPARAMETERSPROTO.fields_by_name[
|
|
"custom_reset_parameters"
|
|
].message_type = (
|
|
mlagents_dot_envs_dot_communicator__objects_dot_custom__reset__parameters__pb2._CUSTOMRESETPARAMETERS
|
|
)
|
|
DESCRIPTOR.message_types_by_name[
|
|
"EnvironmentParametersProto"
|
|
] = _ENVIRONMENTPARAMETERSPROTO
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
EnvironmentParametersProto = _reflection.GeneratedProtocolMessageType(
|
|
"EnvironmentParametersProto",
|
|
(_message.Message,),
|
|
dict(
|
|
FloatParametersEntry=_reflection.GeneratedProtocolMessageType(
|
|
"FloatParametersEntry",
|
|
(_message.Message,),
|
|
dict(
|
|
DESCRIPTOR=_ENVIRONMENTPARAMETERSPROTO_FLOATPARAMETERSENTRY,
|
|
__module__="mlagents.envs.communicator_objects.environment_parameters_proto_pb2"
|
|
# @@protoc_insertion_point(class_scope:communicator_objects.EnvironmentParametersProto.FloatParametersEntry)
|
|
),
|
|
),
|
|
DESCRIPTOR=_ENVIRONMENTPARAMETERSPROTO,
|
|
__module__="mlagents.envs.communicator_objects.environment_parameters_proto_pb2"
|
|
# @@protoc_insertion_point(class_scope:communicator_objects.EnvironmentParametersProto)
|
|
),
|
|
)
|
|
_sym_db.RegisterMessage(EnvironmentParametersProto)
|
|
_sym_db.RegisterMessage(EnvironmentParametersProto.FloatParametersEntry)
|
|
|
|
|
|
DESCRIPTOR._options = None
|
|
_ENVIRONMENTPARAMETERSPROTO_FLOATPARAMETERSENTRY._options = None
|
|
# @@protoc_insertion_point(module_scope)
|