We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41818c5 commit 875feb0Copy full SHA for 875feb0
config/imitation/PushBlock.yaml
@@ -30,14 +30,14 @@ behaviors:
30
learning_rate: 0.0003
31
use_actions: false
32
use_vail: false
33
- demo_path: Project/Assets/ML-Agents/Examples/PushBlock/Demos/ExpertPush.demo
+ demo_path: Project/Assets/ML-Agents/Examples/PushBlock/Demos/ExpertPushBlock.demo
34
keep_checkpoints: 5
35
- max_steps: 1000000
+ max_steps: 100000
36
time_horizon: 64
37
summary_freq: 60000
38
threaded: true
39
behavioral_cloning:
40
41
steps: 50000
42
strength: 1.0
43
samples_per_update: 0
0 commit comments