浏览代码

Changing warning message to log.warning.

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

2
python/unitytrainers/meta_curriculum.py


# Check if any two curriculums use the same reset params.
if any([(parameter in curriculum.get_config().keys()) for parameter in used_reset_parameters]):
logger.info('WARNING: Two of more curriculums will '
logger.warning('Two or more curriculums will '
'attempt to change the same reset '
'parameter. The result will be '
'non-deterministic.')

正在加载...
取消
保存