ppo-Pyramids-Training
/
protobuf-definitions
/proto
/mlagents_envs
/communicator_objects
/unity_to_external.proto
syntax = "proto3"; | |
import "mlagents_envs/communicator_objects/unity_message.proto"; | |
option csharp_namespace = "Unity.MLAgents.CommunicatorObjects"; | |
package communicator_objects; | |
service UnityToExternalProto { | |
// Sends the academy parameters | |
rpc Exchange(UnityMessageProto) returns (UnityMessageProto) {} | |
} | |