浏览代码
Develop deprecate broadcasting (#2669)
Develop deprecate broadcasting (#2669)
* 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 * Modifie.../develop-gpu-test
GitHub
5 年前
当前提交
24ba9d58
共有 49 个文件被更改,包括 158 次插入 和 324 次删除
-
45UnitySDK/Assets/ML-Agents/Editor/BroadcastHubDrawer.cs
-
6UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity
-
6UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity
-
6UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Scenes/FoodCollector.unity
-
4UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Scenes/VisualFoodCollector.unity
-
6UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity
-
3UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity
-
4UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity
-
3UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity
-
3UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity
-
6UnitySDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity
-
4UnitySDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity
-
8UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity
-
55UnitySDK/Assets/ML-Agents/Scripts/Academy.cs
-
25UnitySDK/Assets/ML-Agents/Scripts/Brain.cs
-
36UnitySDK/Assets/ML-Agents/Scripts/BroadcastHub.cs
-
4UnitySDK/Assets/ML-Agents/Scripts/Grpc/GrpcExtensions.cs
-
18UnitySDK/Assets/ML-Agents/Scripts/LearningBrain.cs
-
9docs/Basic-Guide.md
-
6docs/FAQ.md
-
5docs/Getting-Started-with-Balance-Ball.md
-
4docs/Learning-Environment-Create-New.md
-
3docs/Learning-Environment-Design-Academy.md
-
43docs/Learning-Environment-Design-Brains.md
-
12docs/Learning-Environment-Design-Learning-Brains.md
-
10docs/Learning-Environment-Design.md
-
2docs/Learning-Environment-Executable.md
-
20docs/ML-Agents-Overview.md
-
2docs/Migrating.md
-
10docs/Python-API.md
-
3docs/Training-Behavioral-Cloning.md
-
2docs/Unity-Inference-Engine.md
-
32ml-agents-envs/mlagents/envs/environment.py
-
2ml-agents-envs/mlagents/envs/tests/test_envs.py
-
3ml-agents/mlagents/trainers/tests/mock_brain.py
-
8ml-agents/mlagents/trainers/tests/test_bc.py
-
2ml-agents/mlagents/trainers/tests/test_bcmodule.py
-
12ml-agents/mlagents/trainers/tests/test_ppo.py
-
6ml-agents/mlagents/trainers/tests/test_reward_signals.py
-
10ml-agents/mlagents/trainers/tests/test_sac.py
-
2notebooks/getting-started.ipynb
撰写
预览
正在加载...
取消
保存
Reference in new issue