浏览代码

Remove print statement

/develop/add-fire
Ervin Teng 4 年前
当前提交
0476c599
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      ml-agents/mlagents/trainers/models_torch.py

1
ml-agents/mlagents/trainers/models_torch.py


EncoderType.NATURE_CNN: NatureVisualEncoder,
EncoderType.RESNET: ResNetVisualEncoder,
}
print(encoder_type, ENCODER_FUNCTION_BY_TYPE.get(encoder_type))
return ENCODER_FUNCTION_BY_TYPE.get(encoder_type)
@staticmethod

正在加载...
取消
保存