浏览代码

Add to docstring

/develop-generalizationTraining-TrainerController
Arthur Juliani 6 年前
当前提交
083cbff5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      python/unitytrainers/ppo/trainer.py

2
python/unitytrainers/ppo/trainer.py


Constructs a BrainInfo which contains the lost recent previous experiences for all agents info
which correspond to the agents in a provided next_info.
:BrainInfo next_info: A t+1 BrainInfo.
:return:
:return: curr_info: Reconstructed BrainInfo to match agents of next_info.
"""
visual_observations = [[]]
vector_observations = []

正在加载...
取消
保存