Skip to content

Commit 09853de

Browse files
author
Ervin T
authored
[refactor] Remove nonfunctional output_path option from TrainerSettings (#4087)
1 parent f76676b commit 09853de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+67
-112
lines changed

config/imitation/CrawlerStatic.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ behaviors:
2424
use_actions: false
2525
use_vail: false
2626
demo_path: Project/Assets/ML-Agents/Examples/Crawler/Demos/ExpertCrawlerSta.demo
27-
output_path: default
2827
keep_checkpoints: 5
2928
max_steps: 10000000
3029
time_horizon: 1000

config/imitation/FoodCollector.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ behaviors:
2424
use_actions: false
2525
use_vail: false
2626
demo_path: Project/Assets/ML-Agents/Examples/FoodCollector/Demos/ExpertFood.demo
27-
output_path: default
2827
keep_checkpoints: 5
2928
max_steps: 2000000
3029
time_horizon: 64

config/imitation/Hallway.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ behaviors:
3030
use_actions: false
3131
use_vail: false
3232
demo_path: Project/Assets/ML-Agents/Examples/Hallway/Demos/ExpertHallway.demo
33-
output_path: default
3433
keep_checkpoints: 5
3534
max_steps: 10000000
3635
time_horizon: 64

config/imitation/PushBlock.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ behaviors:
2424
use_actions: false
2525
use_vail: false
2626
demo_path: Project/Assets/ML-Agents/Examples/PushBlock/Demos/ExpertPush.demo
27-
output_path: default
2827
keep_checkpoints: 5
2928
max_steps: 15000000
3029
time_horizon: 64

config/ppo/3DBall.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ behaviors:
1919
extrinsic:
2020
gamma: 0.99
2121
strength: 1.0
22-
output_path: default
2322
keep_checkpoints: 5
2423
max_steps: 500000
2524
time_horizon: 1000

config/ppo/3DBallHard.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ behaviors:
1919
extrinsic:
2020
gamma: 0.995
2121
strength: 1.0
22-
output_path: default
2322
keep_checkpoints: 5
2423
max_steps: 5000000
2524
time_horizon: 1000

config/ppo/3DBall_randomize.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ behaviors:
1919
extrinsic:
2020
gamma: 0.99
2121
strength: 1.0
22-
output_path: default
2322
keep_checkpoints: 5
2423
max_steps: 500000
2524
time_horizon: 1000

config/ppo/Basic.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ behaviors:
1919
extrinsic:
2020
gamma: 0.9
2121
strength: 1.0
22-
output_path: default
2322
keep_checkpoints: 5
2423
max_steps: 500000
2524
time_horizon: 3

config/ppo/Bouncer.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ behaviors:
1919
extrinsic:
2020
gamma: 0.99
2121
strength: 1.0
22-
output_path: default
2322
keep_checkpoints: 5
2423
max_steps: 4000000
2524
time_horizon: 64

config/ppo/CrawlerDynamic.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ behaviors:
1919
extrinsic:
2020
gamma: 0.995
2121
strength: 1.0
22-
output_path: default
2322
keep_checkpoints: 5
2423
max_steps: 10000000
2524
time_horizon: 1000

0 commit comments

Comments
 (0)