ppo-Pyramids-Training / protobuf-definitions /proto /mlagents_envs /communicator_objects /header.proto
| syntax = "proto3"; | |
| option csharp_namespace = "Unity.MLAgents.CommunicatorObjects"; | |
| package communicator_objects; | |
| message HeaderProto { | |
| int32 status = 1; | |
| string message = 2; | |
| } | |