浏览代码

fix AgentExperience typing

/develop/action-spec-gym
Andrew Cohen 4 年前
当前提交
653de147
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      ml-agents/mlagents/trainers/trajectory.py

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


done: bool
action: ActionBuffers
action_probs: np.ndarray
action_pre: ActionBuffers # TODO: Remove this
action_pre: np.ndarray # TODO: Remove this
prev_action: np.ndarray
prev_action: ActionBuffers
interrupted: bool
memory: np.ndarray

正在加载...
取消
保存