GitHub
5 年前
当前提交
495873e5
共有 581 个文件被更改,包括 7986 次插入 和 8641 次删除
-
117.circleci/config.yml
-
25.pre-commit-config.yaml
-
1README.md
-
4SURVEY.md
-
61UnitySDK/Assets/ML-Agents/Editor/AgentEditor.cs
-
214UnitySDK/Assets/ML-Agents/Editor/BrainParametersDrawer.cs
-
30UnitySDK/Assets/ML-Agents/Editor/DemonstrationDrawer.cs
-
4UnitySDK/Assets/ML-Agents/Editor/DemonstrationImporter.cs
-
2UnitySDK/Assets/ML-Agents/Editor/Tests/DemonstrationTests.cs
-
15UnitySDK/Assets/ML-Agents/Editor/Tests/EditModeTestInternalBrainTensorApplier.cs
-
44UnitySDK/Assets/ML-Agents/Editor/Tests/EditModeTestInternalBrainTensorGenerator.cs
-
94UnitySDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs
-
29UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/3DBall.prefab
-
25UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/3DBallHardNew.prefab
-
51UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity
-
6UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity
-
34UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs
-
25UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs
-
599UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.nn
-
497UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.nn
-
24UnitySDK/Assets/ML-Agents/Examples/Basic/Prefabs/Basic.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity
-
13UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs
-
20UnitySDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.nn
-
24UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity
-
10UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs
-
148UnitySDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.nn
-
25UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab
-
24UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity
-
2UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs
-
1001UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/CrawlerStatic.nn
-
1001UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/CrawlerDynamic.nn
-
125UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Prefabs/FoodCollectorArea.prefab
-
868UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Prefabs/VisualFoodCollectorArea.prefab
-
5UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Scenes/FoodCollector.unity
-
94UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Scenes/VisualFoodCollector.unity
-
102UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Scripts/FoodCollectorAgent.cs
-
718UnitySDK/Assets/ML-Agents/Examples/FoodCollector/TFModels/FoodCollector.nn
-
843UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity
-
113UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs
-
32UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs
-
1001UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld.nn
-
25UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/SymbolFinderArea.prefab
-
43UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualSymbolFinderArea.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity
-
80UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity
-
57UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs
-
25UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab
-
37UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockVisualArea.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity
-
60UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity
-
21UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs
-
1001UnitySDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.nn
-
25UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab
-
55UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPyramids.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity
-
74UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity
-
65UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs
-
1001UnitySDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.nn
-
25UnitySDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity
-
585UnitySDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.nn
-
9UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs
-
9UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception2D.cs
-
4UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception3D.cs
-
100UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab
-
6UnitySDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity
-
50UnitySDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity
-
9UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs
-
541UnitySDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.nn
-
25UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab
-
4UnitySDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity
-
1001UnitySDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.nn
-
31UnitySDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab
-
12UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity
-
37UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs
-
1001UnitySDK/Assets/ML-Agents/Examples/WallJump/TFModels/SmallWallJump.nn
-
1001UnitySDK/Assets/ML-Agents/Examples/WallJump/TFModels/BigWallJump.nn
-
2UnitySDK/Assets/ML-Agents/Plugins/Barracuda.Core/Barracuda.md
-
2UnitySDK/Assets/ML-Agents/Plugins/Barracuda.Core/LICENSE.md
-
10UnitySDK/Assets/ML-Agents/Plugins/Barracuda.Core/ReleaseNotes.md
-
334UnitySDK/Assets/ML-Agents/Scripts/Academy.cs
-
399UnitySDK/Assets/ML-Agents/Scripts/Agent.cs
-
39UnitySDK/Assets/ML-Agents/Scripts/Demonstration.cs
-
4UnitySDK/Assets/ML-Agents/Scripts/DemonstrationRecorder.cs
-
120UnitySDK/Assets/ML-Agents/Scripts/ICommunicator.cs
-
23UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/ApplierImpl.cs
-
354UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/BarracudaModelParamLoader.cs
-
61UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/GeneratorImpl.cs
-
14UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/TensorApplier.cs
-
33UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/TensorGenerator.cs
-
25UnitySDK/Assets/ML-Agents/Scripts/ResetParameters.cs
-
69UnitySDK/Assets/ML-Agents/Scripts/Utilities.cs
-
4UnitySDK/README.md
-
1UnitySDK/UnitySDK.sln.DotSettings
-
8config/gail_config.yaml
|
|||
# Unity ML-Agents Toolkit Survey |
|||
|
|||
Your opinion matters a great deal to us. Only by hearing your thoughts on the Unity ML-Agents Toolkit can we continue to improve and grow. Please take a few minutes to let us know about it. |
|||
Your opinion matters a great deal to us. Only by hearing your thoughts on the Unity ML-Agents Toolkit can we continue to improve and grow. Please take a few minutes to let us know about it. |
|||
[Fill out the survey](https://goo.gl/forms/qFMYSYr5TlINvG6f1) |
|||
[Fill out the survey](https://goo.gl/forms/qFMYSYr5TlINvG6f1) |
|
|||
vector_observation ���� - epsilon ���� action action_probs action_output_shape� ���� �? action_output_shape memory_size version_number is_continuous_control running_variance - - running_mean - 1 - clip_by_value/y ^ normalization_steps _ mul_2/x ` normalized_state/y a mul_3/x b add_5/y c mul_4/x d log_sigma_squared e truediv_3/y g clip_by_value/Minimum/y h Log/x i normalized_state/Minimum/y j sub_3e ���� �? vector_observation running_mean add_5d ���� �? normalization_steps add_5/y truediv_1g ���� �? running_variance add_5 Sqrt2 o ���� �? truediv_1 truediv_2g ���� �? sub_3 Sqrt normalized_state/Minimumn ���� �? truediv_2 normalized_state/Minimum/y normalized_stateo ���� �? normalized_state/Minimum normalized_state/y main_graph_0/hidden_0/BiasAdd ���� �? normalized_state main_graph_0/hidden_0/kernel - � k � main_graph_0/hidden_0/bias � � � main_graph_0/hidden_0/Mul2 ���� �? main_graph_0/hidden_0/BiasAdd main_graph_0/hidden_1/BiasAdd ���� �? main_graph_0/hidden_0/Mul main_graph_0/hidden_1/kernel � � k @ main_graph_0/hidden_1/bias � kW � main_graph_0/hidden_1/Mul2 ���� �? main_graph_0/hidden_1/BiasAdd
dense/BiasAdd ���� �? main_graph_0/hidden_1/Mul dense/kernel � �W |
|||
|