浏览代码
Develop spawn brains (#2676)
Develop spawn brains (#2676)
* Feature Deprecation : Online Behavioral Cloning In this PR : - Delete the online_bc_trainer - Delete the tests for online bc - delete the configuration file for online bc training * Deleting the BCTeacherHelper.cs Script TODO : - Remove usages in the scene - Documentation Edits *DO NOT MERGE* * IMPORTANT : REMOVED ALL IL SCENES - Removed all the IL scenes from the Examples folder * Removed all mentions of online BC training in the Documentation * Made a note in the Migrating.md doc about the removal of the Online BC feature. * Modified the Academy UI to remove the control checkbox and replaced it with a train in the editor checkbox * Removed the Broadcast functionality from the non-Learning brains * Bug fix * Note that the scenes are broken since the BroadcastHub has changed * Modified the LL-API for Python to remove the broadcasting functiuonality. * All unit tests are running * Modified the scen.../develop-gpu-test
GitHub
5 年前
当前提交
39f280d6
共有 41 个文件被更改,包括 449 次插入 和 1758 次删除
-
1README.md
-
8UnitySDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs
-
58UnitySDK/Assets/ML-Agents/Scripts/Academy.cs
-
2UnitySDK/Assets/ML-Agents/Scripts/Brain.cs
-
61UnitySDK/Assets/ML-Agents/Scripts/Grpc/RpcCommunicator.cs
-
15UnitySDK/Assets/ML-Agents/Scripts/ICommunicator.cs
-
16UnitySDK/Assets/ML-Agents/Scripts/LearningBrain.cs
-
12docs/Basic-Guide.md
-
7docs/FAQ.md
-
6docs/Getting-Started-with-Balance-Ball.md
-
22docs/Learning-Environment-Create-New.md
-
3docs/Learning-Environment-Design-Academy.md
-
3docs/Learning-Environment-Design-Brains.md
-
2docs/Learning-Environment-Design-Learning-Brains.md
-
4docs/Learning-Environment-Design.md
-
6docs/Learning-Environment-Executable.md
-
27docs/ML-Agents-Overview.md
-
3docs/Migrating.md
-
7docs/Python-API.md
-
2docs/Training-Behavioral-Cloning.md
-
3docs/Training-ML-Agents.md
-
4docs/Training-PPO.md
-
6docs/Training-SAC.md
-
630docs/images/academy.png
-
157docs/images/mlagents-NewTutAcademy.png
-
26ml-agents-envs/mlagents/envs/environment.py
-
1ml-agents-envs/mlagents/envs/rpc_communicator.py
-
28ml-agents/mlagents/trainers/learn.py
-
9ml-agents/mlagents/trainers/tests/test_learn.py
-
7ml-agents/mlagents/trainers/tests/test_simple_rl.py
-
10ml-agents/mlagents/trainers/tests/test_trainer_controller.py
-
21ml-agents/mlagents/trainers/tests/test_trainer_util.py
-
61ml-agents/mlagents/trainers/trainer_controller.py
-
160ml-agents/mlagents/trainers/trainer_util.py
-
186UnitySDK/Assets/ML-Agents/Editor/BroadcastHubDrawer.cs
-
3UnitySDK/Assets/ML-Agents/Editor/BroadcastHubDrawer.cs.meta
-
46UnitySDK/Assets/ML-Agents/Scripts/BroadcastHub.cs
-
3UnitySDK/Assets/ML-Agents/Scripts/BroadcastHub.cs.meta
-
236docs/images/broadcast.png
-
243docs/images/mlagents-SetBrainToTrain.png
-
102ml-agents-envs/mlagents/envs/socket_communicator.py