浏览代码
[torch] Restructure PyTorch encoders (#4421)
[torch] Restructure PyTorch encoders (#4421)
* Move linear encoding to NetworkBody * moved encoders to processors (#4420) * fix bad merge * Get it running * Replace mentions of visual_encoders * Remove output_size property * Fix tests * Fix some references * Revert test_simple_rl * Fix networks test * Make curiosity test more accomodating * Rename total_input_size * [Bug fix] Fix bug in GAIL gradient penalty (#4425) (#4426) Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com> * Up number of steps * Rename to visual_processors and vector_processors Co-authored-by: andrewcoh <54679309+andrewcoh@users.noreply.github.com> Co-authored-by: Andrew Cohen <andrew.cohen@unity3d.com> Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>/MLA-1734-demo-provider
GitHub
4 年前
当前提交
4e93cb6e
共有 16 个文件被更改,包括 111 次插入 和 195 次删除
-
2ml-agents/mlagents/trainers/optimizer/torch_optimizer.py
-
2ml-agents/mlagents/trainers/ppo/optimizer_torch.py
-
2ml-agents/mlagents/trainers/sac/optimizer_torch.py
-
36ml-agents/mlagents/trainers/tests/torch/test_encoders.py
-
3ml-agents/mlagents/trainers/tests/torch/test_networks.py
-
4ml-agents/mlagents/trainers/tests/torch/test_policy.py
-
3ml-agents/mlagents/trainers/tests/torch/test_reward_providers/test_curiosity.py
-
2ml-agents/mlagents/trainers/tests/torch/test_simple_rl.py
-
28ml-agents/mlagents/trainers/tests/torch/test_utils.py
-
2ml-agents/mlagents/trainers/torch/components/bc/module.py
-
4ml-agents/mlagents/trainers/torch/components/reward_providers/curiosity_reward_provider.py
-
2ml-agents/mlagents/trainers/torch/components/reward_providers/gail_reward_provider.py
-
112ml-agents/mlagents/trainers/torch/encoders.py
-
32ml-agents/mlagents/trainers/torch/layers.py
-
39ml-agents/mlagents/trainers/torch/networks.py
-
33ml-agents/mlagents/trainers/torch/utils.py
撰写
预览
正在加载...
取消
保存
Reference in new issue