浏览代码

Lower max height

/comms-grad
Ervin Teng 4 年前
当前提交
36071df6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Project/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpCollabAgent.cs

2
Project/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpCollabAgent.cs


protected override void ConfigureAgent(int config)
{
var localScale = wall.transform.localScale;
var height = m_ResetParams.GetWithDefault("big_wall_height", 10);
var height = m_ResetParams.GetWithDefault("big_wall_height", 9);
localScale = new Vector3(
localScale.x,
height,

正在加载...
取消
保存