vincentpierre
4 年前
当前提交
e1b94b8b
共有 103 个文件被更改,包括 1873 次插入 和 878 次删除
-
3.github/workflows/pytest.yml
-
1.yamato/com.unity.ml-agents-performance.yml
-
4.yamato/com.unity.ml-agents-test.yml
-
4.yamato/compressed-sensor-test.yml
-
4.yamato/gym-interface-test.yml
-
4.yamato/python-ll-api-test.yml
-
15.yamato/test_versions.metafile
-
2Project/Assets/ML-Agents/Editor/Tests/StandaloneBuildTest.cs
-
6Project/Assets/ML-Agents/Examples/3DBall/Prefabs/3DBall.prefab
-
24Project/Assets/ML-Agents/Examples/3DBall/Prefabs/3DBallHardNew.prefab
-
6Project/Assets/ML-Agents/Examples/3DBall/Prefabs/Visual3DBall.prefab
-
20Project/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs
-
6Project/Assets/ML-Agents/Examples/Basic/Prefabs/Basic.prefab
-
21Project/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab
-
6Project/Assets/ML-Agents/Examples/Crawler/Prefabs/CrawlerBase.prefab
-
10Project/Assets/ML-Agents/Examples/FoodCollector/Prefabs/FoodCollectorArea.prefab
-
10Project/Assets/ML-Agents/Examples/FoodCollector/Prefabs/GridFoodCollectorArea.prefab
-
8Project/Assets/ML-Agents/Examples/FoodCollector/Prefabs/VisualFoodCollectorArea.prefab
-
23Project/Assets/ML-Agents/Examples/GridWorld/Prefabs/Area.prefab
-
8Project/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity
-
6Project/Assets/ML-Agents/Examples/Hallway/Prefabs/SymbolFinderArea.prefab
-
43Project/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualSymbolFinderArea.prefab
-
6Project/Assets/ML-Agents/Examples/Match3/Prefabs/Match3Heuristic.prefab
-
6Project/Assets/ML-Agents/Examples/Match3/Prefabs/Match3VectorObs.prefab
-
6Project/Assets/ML-Agents/Examples/Match3/Prefabs/Match3VisualObs.prefab
-
22Project/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab
-
8Project/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockVisualArea.prefab
-
22Project/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab
-
43Project/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPyramids.prefab
-
22Project/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab
-
29Project/Assets/ML-Agents/Examples/SharedAssets/Scripts/ModelOverrider.cs
-
28Project/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab
-
21Project/Assets/ML-Agents/Examples/Soccer/Prefabs/StrikersVsGoalieField.prefab
-
18Project/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab
-
12Project/Assets/ML-Agents/Examples/Walker/Prefabs/Ragdoll/WalkerRagdollBase.prefab
-
5Project/Assets/ML-Agents/Examples/Walker/Prefabs/Ragdoll/WalkerRagdollDySingleSpeedVariant.prefab
-
7Project/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab
-
6Project/Assets/ML-Agents/Examples/Worm/Prefabs/WormBasePrefab.prefab
-
27com.unity.ml-agents/CHANGELOG.md
-
49com.unity.ml-agents/Runtime/Academy.cs
-
5com.unity.ml-agents/Runtime/Communicator/ICommunicator.cs
-
147com.unity.ml-agents/Runtime/Communicator/RpcCommunicator.cs
-
129com.unity.ml-agents/Runtime/Inference/ApplierImpl.cs
-
22com.unity.ml-agents/Runtime/Inference/ModelRunner.cs
-
17com.unity.ml-agents/Runtime/Inference/Utils/Multinomial.cs
-
12com.unity.ml-agents/Runtime/Policies/BarracudaPolicy.cs
-
2com.unity.ml-agents/Runtime/Policies/BehaviorParameters.cs
-
14com.unity.ml-agents/Runtime/SideChannels/SideChannel.cs
-
4com.unity.ml-agents/Runtime/Timer.cs
-
19com.unity.ml-agents/Tests/Editor/Communicator/RpcCommunicatorTests.cs
-
198com.unity.ml-agents/Tests/Editor/DiscreteActionOutputApplierTest.cs
-
13com.unity.ml-agents/Tests/Editor/ModelRunnerTest.cs
-
2docs/Installation.md
-
13docs/Learning-Environment-Design-Agents.md
-
2docs/Training-Configuration-File.md
-
392ml-agents/mlagents/trainers/buffer.py
-
3ml-agents/mlagents/trainers/cli_utils.py
-
16ml-agents/mlagents/trainers/demo_loader.py
-
40ml-agents/mlagents/trainers/ghost/trainer.py
-
41ml-agents/mlagents/trainers/learn.py
-
22ml-agents/mlagents/trainers/ppo/optimizer_torch.py
-
33ml-agents/mlagents/trainers/ppo/trainer.py
-
24ml-agents/mlagents/trainers/sac/optimizer_torch.py
-
7ml-agents/mlagents/trainers/sac/trainer.py
-
18ml-agents/mlagents/trainers/settings.py
-
7ml-agents/mlagents/trainers/stats.py
-
6ml-agents/mlagents/trainers/tests/__init__.py
-
9ml-agents/mlagents/trainers/tests/mock_brain.py
-
60ml-agents/mlagents/trainers/tests/test_buffer.py
-
9ml-agents/mlagents/trainers/tests/test_demo_loader.py
-
29ml-agents/mlagents/trainers/tests/test_trajectory.py
-
32ml-agents/mlagents/trainers/tests/torch/test_ghost.py
-
15ml-agents/mlagents/trainers/tests/torch/test_policy.py
-
68ml-agents/mlagents/trainers/tests/torch/test_ppo.py
-
3ml-agents/mlagents/trainers/tests/torch/test_reward_providers/test_curiosity.py
-
18ml-agents/mlagents/trainers/tests/torch/test_reward_providers/utils.py
-
13ml-agents/mlagents/trainers/tests/torch/test_sac.py
-
15ml-agents/mlagents/trainers/torch/action_log_probs.py
-
14ml-agents/mlagents/trainers/torch/agent_action.py
-
2ml-agents/mlagents/trainers/torch/components/bc/module.py
-
16ml-agents/mlagents/trainers/torch/components/reward_providers/curiosity_reward_provider.py
-
4ml-agents/mlagents/trainers/torch/components/reward_providers/extrinsic_reward_provider.py
-
12ml-agents/mlagents/trainers/torch/components/reward_providers/gail_reward_provider.py
-
43ml-agents/mlagents/trainers/trajectory.py
-
8ml-agents/setup.py
-
29ml-agents/tests/yamato/training_int_tests.py
-
439Project/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.onnx
-
15Project/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.onnx.meta
-
58docs/Training-Plugins.md
-
3ml-agents-plugin-examples/README.md
-
0ml-agents-plugin-examples/mlagents_plugin_examples/__init__.py
-
27ml-agents-plugin-examples/mlagents_plugin_examples/example_stats_writer.py
-
0ml-agents-plugin-examples/mlagents_plugin_examples/tests/__init__.py
-
13ml-agents-plugin-examples/mlagents_plugin_examples/tests/test_stats_writer_plugin.py
-
17ml-agents-plugin-examples/setup.py
-
1ml-agents/mlagents/plugins/__init__.py
|
|||
# List of editor versions for standalone-build-test and its dependencies. |
|||
# csharp_backcompat_version is used in training-int-tests to determine the |
|||
# older package version to run the backwards compat tests against. |
|||
# We always run training-int-tests for all versions of the editor |
|||
# For each "other" test, we only run it against a single version of the |
|||
# editor to reduce the number of yamato jobs |
|||
csharp_backcompat_version: 1.0.0 |
|||
extra_test: llapi |
|||
csharp_backcompat_version: 1.0.0 |
|||
- version: 2020.1 |
|||
csharp_backcompat_version: 1.0.0 |
|||
extra_test: gym |
|||
# 2020.2 moved the AssetImporters namespace |
|||
# but we didn't handle this until 1.2.0 |
|||
csharp_backcompat_version: 1.2.0 |
|||
extra_test: sensor |