Unity 机器学习代理工具包 (ML-Agents) 是一个开源项目,它使游戏和模拟能够作为训练智能代理的环境。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

10 行
392 B

<?xml version="1.0" encoding="utf-8"?>
<linker>
<!--
Prevents Managed code stripping from removing code necessary for training.
You may wish to disable this preservation (that is, re-enable code stripping) to
reduce code size if you no longer need training.
See also https://docs.unity3d.com/Manual/ManagedCodeStripping.html
-->
<assembly fullname="Grpc.Core" preserve="all"/>
</linker>