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 |
|
|||
pytorch1.7:�� |
|||
Q |
|||
vector_observation34Slice_0"Slice* |
|||
axes@�* |
|||
ends@�* |
|||
starts@ � |
|||
Q |
|||
vector_observation35Slice_1"Slice* |
|||
axes@�* |
|||
ends@-�* |
|||
starts@� |
|||
G |
|||
34 |
|||
1network_body.processors.0.normalizer.running_mean36Sub_2"Sub |
|||
|
|||
36 |
|||
7640Div_3"Div |
|||
4 |
|||
4041Clip_4"Clip* |
|||
max �@�* |
|||
min ��� |
|||
G |
|||
35 |
|||
1network_body.processors.1.normalizer.running_mean42Sub_5"Sub |
|||
|
|||
42 |
|||
7946Div_6"Div |
|||
4 |
|||
4647Clip_7"Clip* |
|||
max �@�* |
|||
min ��� |
|||
+ |
|||
41 |
|||
4748Concat_8"Concat* |
|||
axis� |
|||
� |
|||
48 |
|||
/network_body.linear_encoder.seq_layers.0.weight |
|||
-network_body.linear_encoder.seq_layers.0.bias49Gemm_9"Gemm* |
|||
alpha �?�* |
|||
beta �?�* |
|||
transB� |
|||
|
|||
4950 |
|||
Sigmoid_10"Sigmoid |
|||
|
|||
49 |
|||
5051Mul_11"Mul |
|||
� |
|||
51 |
|||
/network_body.linear_encoder.seq_layers.2.weight |
|||
-network_body.linear_encoder.seq_layers.2.bias52Gemm_12"Gemm* |
|||
alpha �?�* |
|||
beta �?�* |
|||
transB� |
|||
|
|||
5253 |
|||
Sigmoid_13"Sigmoid |
|||
|
|||
52 |
|||
5354Mul_14"Mul |
|||
� |
|||
54 |
|||
/action_model._continuous_distribution.mu.weight |
|||
-action_model._continuous_distribution.mu.bias55Gemm_15"Gemm* |
|||
alpha �?�* |
|||
beta �?�* |
|||
transB� |
|||
156Constant_16"Constant* |
|||
value*J � |
|||
|
|||
55 |
|||
5657Mul_17"Mul |
|||
F |
|||
57 |
|||
/action_model._continuous_distribution.log_sigma58Add_18"Add |
|||
|
|||
5859Exp_19"Exp |
|||
= |
|||
5560RandomNormalLike_20"RandomNormalLike* |
|||
dtype� |
|||
|
|||
60 |
|||
5961Mul_21"Mul |
|||
|
|||
55 |
|||
6162Add_22"Add |
|||
= |
|||
5563RandomNormalLike_23"RandomNormalLike* |
|||
dtype� |
|||
|
|||
63 |
|||
5964Mul_24"Mul |
|||
|
|||
55 |
|||
6465Add_25"Add |
|||
5 |
|||
6266Clip_26"Clip* |
|||
max @@�* |
|||
min @�� |
|||
) |
|||
66 |
|||
80continuous_actionsDiv_27"Div |
|||
5 |
|||
6570Clip_28"Clip* |
|||
max @@�* |
|||
min @�� |
|||
|
|||
70 |
|||
81actionDiv_29"Divtorch-jit-export*vB76Jl�[!?0rp?F�$?�%?�c?̒(?�*?�`T?f-?Y�0?V7D?�2?�7?�22?��7?�I>?L�?�)>?UqF?.?�fE?��O?�[�>G�M?��Y?I��>e�V?*RB79JH�X=�Z=$�\=�1^=l`a=Ijb=��e=0�f=��j=�6k=�So=��o=�t=�t=��x=rx=��}=~�|=*B80J @@*B81J @@*AB/action_model._continuous_distribution.log_sigmaJ�����*=B-action_model._continuous_distribution.mu.biasJ�H���)N�*��B/action_model._continuous_distribution.mu.weightJ����:C���A[��P(<{�<�&��H�<T�<�W}<�F��>=���=nbf=�d���P�|L<��"���=����.=��=�B]�Ju��`��<�=/}|�N���bk(=�����%��舄���<JՐ<Ͻ�5�h% |
|||
<C��>Y=�C�=��;����<z��=��2=m�)����<�U<��c>^S=㓽q��<���S#�<��=�7��m���k�/�c=�֖=��|=���<��P��x$�を�?=<� h�J�<_˺85ٙ���H����U��=z^�;U�b=֟�<=�����;�.=���=�ڐ<���=�e���`���f��n�h<��J;x'���������L̤=��>�v=�3Z�"F��@!>q:D�'=�� ���ǀ��0=�$��;��j�M< O}<33���*0<��C���1���K������<���e'�:���;�*�=����"������I�<�`Ƽ�e=��T�Am����=W��=3��=�Կ<Z������=�E�=ْ���|=[��=L���`�*�Bs�=���/=��.���)='��;r˟;Qa~����BW��e�<���<B[�<� ݼ��E��û��<�3�==�
ڼ��w<�[���)O=�4�<3��<ψ�������(���8;�t��4�����T<��=U�P=�<K�}ꃽ�C潿q���n=��_=Z~{�nԯ��;U�+k��ɻ�^�>z�=ɘ�=�c4�t�=�z�<��<vB=�@�=��ݘ=jw�=f�V��<���<��%��X9�%�=k �����~n<p^��'s��� �=��<�%0= |
|||
�=>�c=���=F���ἔ��=1A;���ĽJ���>�
���B�=�_ּ��]�A��<�߽2sE��C�=���;��?��)� =���=���yz�<`����57<�u�=��=�\=��=�Zw:�=��s���E=��:�E��Ю��k2�C��+�>�g�>����;�Z�<���o������<k�=*Baction_output_shapeJ @**Bcontinuous_action_output_shapeJ @*!Bis_continuous_controlJ �?*Bmemory_sizeJ *��B-network_body.linear_encoder.seq_layers.0.biasJ�f�=D{��|=����h��=�;��=,#<,5e�]�Q�[���@��;N�:�J��2����͝<9���*+�<i?=CԺ7��<��6<U�c;���;��<mN��K]v=i�M<�ms�V�5����<��;=���<���28=���<��;1�<��v=ﴼ�*�;M�=T~=q��=z�g9��=����T�<�����"����"�@&%;~rI<0���<4�W<�s�;C�f�y9U�
�=�ې=�F��Ã�<�@L=Zc��܌%<pN�=�Y;Eὣ�^=�:d�m;��M���������'X=gaC�-����#s=��<<�����O�J|<�}�;ѸV���;3r��^r���;�{g<��=5��<Z���=v=:�}�s��<�g'��R��GB�����e��<�����[2=��Ž+剻�:=�V="kp=�TP<��<=��¼�Jc<�+�<��<e��<M���Gi���{=����~��<�4�<���#5v�vC��9��*ͽ�HȽ*���-B/network_body.linear_encoder.seq_layers.0.weightJ���@U=6\��쯀=��";��U>�gu=�<.��#=M6ýo�ۻ����a��>�
�<�KM�_U#���ٽ��>�g/�/�m��~<��1����F��d��Z0���F��:�> �8�V����tg�����>���'�<�C+>Bu��y<���=D%>1�Խ�8=��u<yg1=� �>Mke�s%�=l�����V��<��Xa����"�5�V������6=/3</P��1�>�m����x�8�)���=!x��k�>'m>�S(���A���6��g�=U�<Ը�=���>Lmuk@��d0=J�i#]��E���0��?���ߎ=m4>��7=2᯽��=��*��1��Gr�����"��=G���M{w����<)�-��H�;�i�_>�.=��=��ý� |
|||
>���^#>�
���>��=�Y���n�>4j���0>B!��5S��B�n�+�>���"���q�>���=�(��D#�=3½�@�=: �[�<��}<^�>�_�X����<ۅ�>�1��
s>
�=��=�P�<gP��o;xZI=A�<�g-> |
|||
;~=�����=�H�<�ed>E4M=�����<���A��U=t>&���B��Un=q��$>�">��ܽh�ý~:Q�X�-���_>��=��@��%D>�\ټ7d�=���=��$���=�tb=Y��=�7>a��{/ >���BB�\J�<���p��=��=�5Ƽ�q�>0����$�>`��2���5S�VN�=fE�>1����>�U�<&��)���+G!�_|�;�}ν�\=;�8��o/>|6�>.ʓ�u'�>�X>wS����>T��=ęa=+R�>?Z�;�O���`�=���=�I���E�j=���KX>E��+�0>O�����R���� |
|||
>h�={V(>:�Q>�Up>�l>����,˽e��=�C$�a(���Q>Ҙ>�$������W����x>wR<��'>W1���=y��<n�>�* >����9ئ�<=����R�>�&_;�$JA�f�s=1��=T���wٽ�c�=T��=o�;�Z>�">P����>;e� �>p;ͼV���A��%>�]�9>������?3�=�x����<pt\���;7��=�9���+�=��9� �P�t�Pr�=����{�>�^�����=%xE>pg>W߁����>�#>oG=�z>��>�4Q>,��=�y*>��%� |
|||
��=�F&=�\�=+g=��B=������=����1�I>���=�AP�?��F�>��=rU¾EU�<�@���9>;���'�'��=1���kD?��r�O�C��;#��h� �/> D輔%�<gT2=�Q�=��z>��=�p�d�>>��V>�tٽ4���q�=q��=>!>?�����M=��>����j�;�ymݽ-�s��f>�X�=�c8=�=�>�����~@>Ȋ�>"�>����Y�$>$'���%>�E�ZY(=�X]=z�>=uv���D=>�Y�idI>���!Ӡ;���=d�m=�ſ��y�hU�M��H��=8f>X�E=V�#�8��=�ý}�>&aV>x��<�dM�d>��9>�]��*Ľ\�>�O/>5�<<�r�>,/�2V,��x%�=�J�=#�:�G���Y�=�|<�B����Y�W���6=Jy�>��=�p��RJ<�A��g�ּ�?何�Q�wR>X0#��P�����=�_Ҿ�4G�qf>Q\��� =2 |
|||
B>��cF=2�k>��<��>��>�m���͏>h�o>i�P��A�=gU�=]�=��Z=1P"=$u>X�^=7��<�t��=�<8$>���>Ÿ���U�:�W�=+I(����0n�>\��T�
�!>�ǽ�����#�<�Mq<�Ҭ������T�n������=\!�<C�X=kq�b���w�:)�ez���
���{��0>�=\>�>A��=�4�yv��(�=�*���<��g�=d��=\L��಼S�0>��<"��>���=F�-�*s�����>^h;>���>�Z�X�!=0(G=��=��>&�?;&o�=:Nj>$�<�����BD�1���a�< |