浏览代码

Changing protobuf generation for action masking.

/develop-generalizationTraining-TrainerController
Deric Pang 6 年前
当前提交
2fc35af5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2
      ml-agents-protobuf/make.bat
  2. 2
      ml-agents-protobuf/proto/mlagents/envs/communicator_objects/agent_info_proto.proto

2
ml-agents-protobuf/make.bat


SRC_DIR=proto/mlagents/envs/communicator_objects
DST_DIR_C=../MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects
DST_DIR_P=..
DST_DIR_P=../python/mlagents
PROTO_PATH=proto
PYTHON_PACKAGE=mlagents/envs/communicator_objects

2
ml-agents-protobuf/proto/mlagents/envs/communicator_objects/agent_info_proto.proto


bool done = 8;
bool max_step_reached = 9;
int32 id = 10;
repeated bool action_mask = 11;
正在加载...
取消
保存