浏览代码

Adding space in metacurriculum error message.

/develop-generalizationTraining-TrainerController
Deric Pang 6 年前
当前提交
70308432
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      python/unitytrainers/trainer_controller.py

2
python/unitytrainers/trainer_controller.py


if brain_name not in self.env.external_brain_names:
raise MetaCurriculumError('One of the curriculums '
'defined in ' +
self.curriculum_folder +
self.curriculum_folder + ' '
'does not have a corresponding '
'Brain. Please check that the '
'curriculum file has the same '

正在加载...
取消
保存