浏览代码

using mlagents_env.logging instead of logging

/develop/cubewars
Andrew Cohen 5 年前
当前提交
335e70ea
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      ml-agents/mlagents/trainers/ghost/controller.py

4
ml-agents/mlagents/trainers/ghost/controller.py


import logging
from mlagents_envs.logging_util import get_logger
logger = logging.getLogger("mlagents.trainers")
logger = get_logger(__name__)
class GhostController(object):

正在加载...
取消
保存