浏览代码

[skip ci] renaming trainer to ppo_trainer and sac_trainer to avoid name collision

/trainer-plugin
Anupam Bhatnagar 4 年前
当前提交
4398d7b8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      ml-agents/mlagents/trainers/trainer_util.py

4
ml-agents/mlagents/trainers/trainer_util.py


from mlagents.trainers.ghost.trainer import GhostTrainer
from mlagents.trainers.ghost.controller import GhostController
from mlagents.trainers.settings import TrainerSettings, TrainerType
from mlagents_distributed.trainers.ppo.trainer import DistributedPPOTrainer
from mlagents_distributed.trainers.sac.trainer import DistributedSACTrainer
from mlagents_distributed.trainers.ppo.ppo_trainer import DistributedPPOTrainer
from mlagents_distributed.trainers.sac.sac_trainer import DistributedSACTrainer
logger = get_logger(__name__)

正在加载...
取消
保存