ppo-Pyramids-Training / protobuf-definitions /proto /mlagents_envs /communicator_objects /command.proto
| syntax = "proto3"; | |
| option csharp_namespace = "Unity.MLAgents.CommunicatorObjects"; | |
| package communicator_objects; | |
| enum CommandProto { | |
| STEP = 0; | |
| RESET = 1; | |
| QUIT = 2; | |
| } | |