使用 JavaScript能使本网站更好的工作。
首页
探索
关于Plastic
登录
unity-tech-cn
/
ml-agents
关注
46
点赞
14
派生
39
代码
合并请求
版本发布
浏览代码
Remove EndEpisode from the dungeon env. (Conflicts with docs)
/release_15_removeendepisode
Andrew Cohen
4 年前
当前提交
632173aa
共有
1 个文件被更改
,包括
0 次插入
和
1 次删除
1
Project/Assets/ML-Agents/Examples/DungeonEscape/Scripts/DungeonEscapeEnvController.cs
1
Project/Assets/ML-Agents/Examples/DungeonEscape/Scripts/DungeonEscapeEnvController.cs
查看文件
}
else
{
agent
.
EndEpisode
(
)
;
agent
.
gameObject
.
SetActive
(
false
)
;
}
}
撰写
预览
正在加载...
取消
保存
Reference in new issue
仓库
unity-tech-cn/ml-agents
标题
Body
创建工单