浏览代码
LSTM models from 1.x will be incompatible with MLA 2.x (#5254)
LSTM models from 1.x will be incompatible with MLA 2.x (#5254)
* LSTM models from 1.x will be incompatible with MLA 2.x * Adding a test and a new v2 model * Make the Model Runner raise an error if using 1.0 model with LSTM * adding a new model for hallway trained with 2.0 * reword error messages * Only raise if error, not if warning * Addressing comments: The legacy Barrauda memory generator and applier were removed. All code that checked for (memories + v1.X) have been removed since these will no longer be supported * Modifying the changelog and the migrating guide with this change * Fixing the merge issues Co-authored-by: Chris Elion <chris.elion@unity3d.com>/check-for-ModelOverriders
GitHub
4 年前
当前提交
d3c3f91f
共有 23 个文件被更改,包括 3248 次插入 和 1205 次删除
-
50Project/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab
-
1com.unity.ml-agents/CHANGELOG.md
-
44com.unity.ml-agents/Runtime/Inference/ApplierImpl.cs
-
27com.unity.ml-agents/Runtime/Inference/BarracudaModelExtensions.cs
-
86com.unity.ml-agents/Runtime/Inference/BarracudaModelParamLoader.cs
-
57com.unity.ml-agents/Runtime/Inference/GeneratorImpl.cs
-
12com.unity.ml-agents/Runtime/Inference/ModelRunner.cs
-
9com.unity.ml-agents/Runtime/Inference/TensorApplier.cs
-
9com.unity.ml-agents/Runtime/Inference/TensorGenerator.cs
-
41com.unity.ml-agents/Tests/Editor/Inference/ModelRunnerTest.cs
-
51com.unity.ml-agents/Tests/Editor/Inference/ParameterLoaderTest.cs
-
2com.unity.ml-agents/Tests/Editor/TestModels/discrete1vis0vec_2_3action_v1_0.onnx.meta
-
7docs/Migrating.md
-
1001Project/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.onnx
-
14Project/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.onnx.meta
-
1001com.unity.ml-agents/Tests/Editor/TestModels/discrete1vis0vec_2_3action_obsolete_recurr_v1_0.onnx
-
14com.unity.ml-agents/Tests/Editor/TestModels/discrete1vis0vec_2_3action_obsolete_recurr_v1_0.onnx.meta
-
1001com.unity.ml-agents/Tests/Editor/TestModels/hybrid0vis8vec_2c_2_3d_v2_0.onnx
-
14com.unity.ml-agents/Tests/Editor/TestModels/hybrid0vis8vec_2c_2_3d_v2_0.onnx.meta
-
11Project/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.nn.meta
-
1001Project/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.nn
-
0/com.unity.ml-agents/Tests/Editor/TestModels/discrete1vis0vec_2_3action_v1_0.onnx
-
0/com.unity.ml-agents/Tests/Editor/TestModels/discrete1vis0vec_2_3action_v1_0.onnx.meta
1001
Project/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.onnx
文件差异内容过多而无法显示
查看文件
文件差异内容过多而无法显示
查看文件
|
|||
fileFormatVersion: 2 |
|||
guid: 5e4f7c94351f346859ff7e00810f5d34 |
|||
ScriptedImporter: |
|||
internalIDToNameTable: [] |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
script: {fileID: 11500000, guid: 683b6cb6d0a474744822c888b46772c9, type: 3} |
|||
optimizeModel: 1 |
|||
forceArbitraryBatchSize: 1 |
|||
treatErrorsAsWarnings: 0 |
|||
importMode: 1 |
1001
com.unity.ml-agents/Tests/Editor/TestModels/discrete1vis0vec_2_3action_obsolete_recurr_v1_0.onnx
文件差异内容过多而无法显示
查看文件
文件差异内容过多而无法显示
查看文件
|
|||
fileFormatVersion: 2 |
|||
guid: 9ecb2a56b0c6b42f7ad2b40ab97c5515 |
|||
ScriptedImporter: |
|||
internalIDToNameTable: [] |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
script: {fileID: 11500000, guid: 683b6cb6d0a474744822c888b46772c9, type: 3} |
|||
optimizeModel: 1 |
|||
forceArbitraryBatchSize: 1 |
|||
treatErrorsAsWarnings: 0 |
|||
importMode: 1 |
1001
com.unity.ml-agents/Tests/Editor/TestModels/hybrid0vis8vec_2c_2_3d_v2_0.onnx
文件差异内容过多而无法显示
查看文件
文件差异内容过多而无法显示
查看文件
|
|||
fileFormatVersion: 2 |
|||
guid: 2f6b2ae61d96a4555b60892a0ad924bb |
|||
ScriptedImporter: |
|||
internalIDToNameTable: [] |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
script: {fileID: 11500000, guid: 683b6cb6d0a474744822c888b46772c9, type: 3} |
|||
optimizeModel: 1 |
|||
forceArbitraryBatchSize: 1 |
|||
treatErrorsAsWarnings: 0 |
|||
importMode: 1 |
|
|||
fileFormatVersion: 2 |
|||
guid: 317f4f8da7e4846b3aae0969781824a2 |
|||
ScriptedImporter: |
|||
fileIDToRecycleName: |
|||
11400000: main obj |
|||
11400002: model data |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
script: {fileID: 11500000, guid: 19ed1486aa27d4903b34839f37b8f69f, type: 3} |
1001
Project/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.nn
文件差异内容过多而无法显示
查看文件
文件差异内容过多而无法显示
查看文件
撰写
预览
正在加载...
取消
保存
Reference in new issue