Scott
4 年前
当前提交
130512b4
共有 7 个文件被更改,包括 85 次插入 和 36 次删除
-
33Project/Assets/ML-Agents/Examples/3DBall/Prefabs/3DBallAgentArea.prefab
-
3Project/Assets/ML-Agents/Examples/3DBall/Prefabs/3DBallMulti.prefab
-
5Project/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallMulti.unity
-
3Project/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgentArea.cs
-
16Project/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DMultiAgent.cs
-
303DBallMultiPower.yaml
-
31config/ppo/3DBallMulti_power.yaml
|
|||
behaviors: |
|||
3DBall: |
|||
trainer_type: ppo |
|||
hyperparameters: |
|||
batch_size: 64 |
|||
buffer_size: 12000 |
|||
learning_rate: 0.0003 |
|||
beta: 0.001 |
|||
epsilon: 0.2 |
|||
lambd: 0.99 |
|||
num_epoch: 3 |
|||
learning_rate_schedule: linear |
|||
network_settings: |
|||
normalize: true |
|||
hidden_units: 128 |
|||
num_layers: 2 |
|||
vis_encode_type: simple |
|||
reward_signals: |
|||
extrinsic: |
|||
gamma: 0.99 |
|||
strength: 1.0 |
|||
keep_checkpoints: 5 |
|||
max_steps: 500000 |
|||
time_horizon: 1000 |
|||
summary_freq: 12000 |
|||
|
|||
# Add this section |
|||
environment_parameters: |
|||
maxStep: 1000 |
|||
|
|
|||
behaviors: |
|||
3DBall: |
|||
trainer_type: ppo |
|||
hyperparameters: |
|||
batch_size: 64 |
|||
buffer_size: 12000 |
|||
learning_rate: 0.0003 |
|||
beta: 0.001 |
|||
epsilon: 0.2 |
|||
lambd: 0.99 |
|||
num_epoch: 3 |
|||
learning_rate_schedule: constant |
|||
network_settings: |
|||
normalize: true |
|||
hidden_units: 128 |
|||
num_layers: 2 |
|||
vis_encode_type: simple |
|||
reward_signals: |
|||
extrinsic: |
|||
gamma: 0.999 |
|||
strength: 1.0 |
|||
keep_checkpoints: 5 |
|||
max_steps: 500000 |
|||
time_horizon: 5000 |
|||
summary_freq: 18000 |
|||
|
|||
environment_parameters: |
|||
maxStep: 20 |
|||
rewardType: 2 |
|||
numParallel: 8 |
|||
|
撰写
预览
正在加载...
取消
保存
Reference in new issue