浏览代码
Develop magic string + trajectory (#3122)
Develop magic string + trajectory (#3122)
* added team id and identifier concat to behavior parameters * splitting brain params into brain name and identifiers * set team id in prefab * recieves brain_name and identifier on python side * added team id and identifier concat to behavior parameters * splitting brain params into brain name and identifiers * set team id in prefab * recieves brain_name and identifier on python side * rebased with develop * Correctly calls concatBehaviorIdentifiers * added team id and identifier concat to behavior parameters * splitting brain params into brain name and identifiers * set team id in prefab * recieves brain_name and identifier on python side * rebased with develop * Correctly calls concatBehaviorIdentifiers * trainer_controller expects name_behavior_ids * add_policy and create_policy separated * adjusting tests to expect trainer.add_policy to be called * fixing tests * fixed naming .../asymm-envs
GitHub
5 年前
当前提交
0b5b1b01
共有 17 个文件被更改,包括 324 次插入 和 135 次删除
-
1UnitySDK/Assets/ML-Agents/Editor/BehaviorParametersEditor.cs
-
9UnitySDK/Assets/ML-Agents/Scripts/Policy/BehaviorParameters.cs
-
3ml-agents/mlagents/trainers/agent_processor.py
-
95ml-agents/mlagents/trainers/ppo/trainer.py
-
5ml-agents/mlagents/trainers/rl_trainer.py
-
121ml-agents/mlagents/trainers/sac/trainer.py
-
2ml-agents/mlagents/trainers/tests/test_agent_processor.py
-
34ml-agents/mlagents/trainers/tests/test_ppo.py
-
2ml-agents/mlagents/trainers/tests/test_rl_trainer.py
-
15ml-agents/mlagents/trainers/tests/test_sac.py
-
5ml-agents/mlagents/trainers/tests/test_trainer_controller.py
-
14ml-agents/mlagents/trainers/tests/test_trainer_util.py
-
5ml-agents/mlagents/trainers/tests/test_trajectory.py
-
33ml-agents/mlagents/trainers/trainer.py
-
100ml-agents/mlagents/trainers/trainer_controller.py
-
14ml-agents/mlagents/trainers/trainer_util.py
-
1ml-agents/mlagents/trainers/trajectory.py
撰写
预览
正在加载...
取消
保存
Reference in new issue