|
|
|
|
|
|
import sys |
|
|
|
from google.protobuf.descriptor import ( |
|
|
|
Descriptor as google___protobuf___descriptor___Descriptor, |
|
|
|
FileDescriptor as google___protobuf___descriptor___FileDescriptor, |
|
|
|
) |
|
|
|
|
|
|
|
from google.protobuf.internal.containers import ( |
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
from mlagents_envs.communicator_objects.command_pb2 import ( |
|
|
|
CommandProtoValue as mlagents_envs___communicator_objects___command_pb2___CommandProtoValue, |
|
|
|
CommandProto as mlagents_envs___communicator_objects___command_pb2___CommandProto, |
|
|
|
) |
|
|
|
|
|
|
|
from typing import ( |
|
|
|
|
|
|
builtin___int = int |
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR: google___protobuf___descriptor___FileDescriptor = ... |
|
|
|
|
|
|
|
class UnityRLInputProto(google___protobuf___message___Message): |
|
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ... |
|
|
|
class ListAgentActionProto(google___protobuf___message___Message): |
|
|
|
|
|
|
*, |
|
|
|
value : typing___Optional[typing___Iterable[mlagents_envs___communicator_objects___agent_action_pb2___AgentActionProto]] = None, |
|
|
|
) -> None: ... |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"value",b"value"]) -> None: ... |
|
|
|
type___ListAgentActionProto = ListAgentActionProto |
|
|
|
@classmethod |
|
|
|
def FromString(cls, s: builtin___bytes) -> UnityRLInputProto.ListAgentActionProto: ... |
|
|
|
def MergeFrom(self, other_msg: google___protobuf___message___Message) -> None: ... |
|
|
|
def CopyFrom(self, other_msg: google___protobuf___message___Message) -> None: ... |
|
|
|
if sys.version_info >= (3,): |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"value"]) -> None: ... |
|
|
|
else: |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"value",b"value"]) -> None: ... |
|
|
|
key: typing___Text = ... |
|
|
|
key = ... # type: typing___Text |
|
|
|
def value(self) -> type___UnityRLInputProto.ListAgentActionProto: ... |
|
|
|
def value(self) -> UnityRLInputProto.ListAgentActionProto: ... |
|
|
|
value : typing___Optional[type___UnityRLInputProto.ListAgentActionProto] = None, |
|
|
|
value : typing___Optional[UnityRLInputProto.ListAgentActionProto] = None, |
|
|
|
def HasField(self, field_name: typing_extensions___Literal[u"value",b"value"]) -> builtin___bool: ... |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"key",b"key",u"value",b"value"]) -> None: ... |
|
|
|
type___AgentActionsEntry = AgentActionsEntry |
|
|
|
@classmethod |
|
|
|
def FromString(cls, s: builtin___bytes) -> UnityRLInputProto.AgentActionsEntry: ... |
|
|
|
def MergeFrom(self, other_msg: google___protobuf___message___Message) -> None: ... |
|
|
|
def CopyFrom(self, other_msg: google___protobuf___message___Message) -> None: ... |
|
|
|
if sys.version_info >= (3,): |
|
|
|
def HasField(self, field_name: typing_extensions___Literal[u"value"]) -> builtin___bool: ... |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"key",u"value"]) -> None: ... |
|
|
|
else: |
|
|
|
def HasField(self, field_name: typing_extensions___Literal[u"value",b"value"]) -> builtin___bool: ... |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"key",b"key",u"value",b"value"]) -> None: ... |
|
|
|
command: mlagents_envs___communicator_objects___command_pb2___CommandProtoValue = ... |
|
|
|
side_channel: builtin___bytes = ... |
|
|
|
command = ... # type: mlagents_envs___communicator_objects___command_pb2___CommandProto |
|
|
|
side_channel = ... # type: builtin___bytes |
|
|
|
def agent_actions(self) -> typing___MutableMapping[typing___Text, type___UnityRLInputProto.ListAgentActionProto]: ... |
|
|
|
def agent_actions(self) -> typing___MutableMapping[typing___Text, UnityRLInputProto.ListAgentActionProto]: ... |
|
|
|
agent_actions : typing___Optional[typing___Mapping[typing___Text, type___UnityRLInputProto.ListAgentActionProto]] = None, |
|
|
|
command : typing___Optional[mlagents_envs___communicator_objects___command_pb2___CommandProtoValue] = None, |
|
|
|
agent_actions : typing___Optional[typing___Mapping[typing___Text, UnityRLInputProto.ListAgentActionProto]] = None, |
|
|
|
command : typing___Optional[mlagents_envs___communicator_objects___command_pb2___CommandProto] = None, |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"agent_actions",b"agent_actions",u"command",b"command",u"side_channel",b"side_channel"]) -> None: ... |
|
|
|
type___UnityRLInputProto = UnityRLInputProto |
|
|
|
@classmethod |
|
|
|
def FromString(cls, s: builtin___bytes) -> UnityRLInputProto: ... |
|
|
|
def MergeFrom(self, other_msg: google___protobuf___message___Message) -> None: ... |
|
|
|
def CopyFrom(self, other_msg: google___protobuf___message___Message) -> None: ... |
|
|
|
if sys.version_info >= (3,): |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"agent_actions",u"command",u"side_channel"]) -> None: ... |
|
|
|
else: |
|
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"agent_actions",b"agent_actions",u"command",b"command",u"side_channel",b"side_channel"]) -> None: ... |