Chris Elion
5 年前
当前提交
3d8a70fb
共有 321 个文件被更改,包括 3716 次插入 和 2690 次删除
-
67.circleci/config.yml
-
19.pre-commit-config.yaml
-
4SURVEY.md
-
61UnitySDK/Assets/ML-Agents/Editor/AgentEditor.cs
-
214UnitySDK/Assets/ML-Agents/Editor/BrainParametersDrawer.cs
-
30UnitySDK/Assets/ML-Agents/Editor/DemonstrationDrawer.cs
-
2UnitySDK/Assets/ML-Agents/Editor/Tests/DemonstrationTests.cs
-
26UnitySDK/Assets/ML-Agents/Editor/Tests/EditModeTestInternalBrainTensorGenerator.cs
-
113UnitySDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs
-
29UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/3DBall.prefab
-
24UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/3DBallHardNew.prefab
-
47UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity
-
34UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs
-
25UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs
-
24UnitySDK/Assets/ML-Agents/Examples/Basic/Prefabs/Basic.prefab
-
13UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs
-
24UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab
-
10UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs
-
25UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab
-
24UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab
-
128UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Prefabs/FoodCollectorArea.prefab
-
868UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Prefabs/VisualFoodCollectorArea.prefab
-
92UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Scenes/VisualFoodCollector.unity
-
102UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Scripts/FoodCollectorAgent.cs
-
849UnitySDK/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
-
24UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/SymbolFinderArea.prefab
-
43UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualSymbolFinderArea.prefab
-
79UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity
-
57UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs
-
24UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab
-
37UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockVisualArea.prefab
-
59UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity
-
21UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs
-
24UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab
-
55UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPyramids.prefab
-
73UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity
-
65UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs
-
24UnitySDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab
-
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
-
96UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab
-
48UnitySDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab
-
9UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs
-
24UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab
-
30UnitySDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab
-
8UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity
-
37UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs
-
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
-
120UnitySDK/Assets/ML-Agents/Scripts/Academy.cs
-
316UnitySDK/Assets/ML-Agents/Scripts/Agent.cs
-
4UnitySDK/Assets/ML-Agents/Scripts/DemonstrationRecorder.cs
-
69UnitySDK/Assets/ML-Agents/Scripts/Grpc/CommunicatorObjects/AgentInfo.cs
-
44UnitySDK/Assets/ML-Agents/Scripts/Grpc/CommunicatorObjects/BrainParameters.cs
-
9UnitySDK/Assets/ML-Agents/Scripts/Grpc/CommunicatorObjects/SpaceType.cs
-
2UnitySDK/Assets/ML-Agents/Scripts/Grpc/CommunicatorObjects/CompressedObservation.cs.meta
-
56UnitySDK/Assets/ML-Agents/Scripts/Grpc/GrpcExtensions.cs
-
181UnitySDK/Assets/ML-Agents/Scripts/Grpc/RpcCommunicator.cs
-
22UnitySDK/Assets/ML-Agents/Scripts/ICommunicator.cs
-
354UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/BarracudaModelParamLoader.cs
-
16UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/GeneratorImpl.cs
-
23UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/TensorGenerator.cs
-
35UnitySDK/Assets/ML-Agents/Scripts/Timer.cs
-
69UnitySDK/Assets/ML-Agents/Scripts/Utilities.cs
-
4UnitySDK/README.md
-
8config/gail_config.yaml
-
2config/offline_bc_config.yaml
-
53config/sac_trainer_config.yaml
-
42config/trainer_config.yaml
-
2docs/Background-TensorFlow.md
-
75docs/Basic-Guide.md
-
20docs/Creating-Custom-Protobuf-Messages.md
-
2docs/FAQ.md
-
4docs/Feature-Memory.md
-
118docs/Getting-Started-with-Balance-Ball.md
-
12docs/Glossary.md
-
16docs/Installation.md
-
7docs/Learning-Environment-Best-Practices.md
-
212docs/Learning-Environment-Create-New.md
-
2docs/Learning-Environment-Design-Academy.md
-
206docs/Learning-Environment-Design-Agents.md
-
66docs/Learning-Environment-Design.md
-
76docs/Learning-Environment-Examples.md
-
17docs/Learning-Environment-Executable.md
-
97docs/ML-Agents-Overview.md
-
9docs/Migrating.md
-
6docs/Readme.md
-
2docs/Reward-Signals.md
-
35docs/Training-Behavioral-Cloning.md
-
14docs/Training-Curriculum-Learning.md
-
70docs/Training-Generalized-Reinforcement-Learning-Agents.md
-
26docs/Training-ML-Agents.md
-
2docs/Training-PPO.md
-
2docs/Training-SAC.md
-
2docs/Training-Using-Concurrent-Unity-Instances.md
-
5docs/Training-on-Amazon-Web-Service.md
|
|||
# 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) |