Skip to content

Commit 6063f7e

Browse files
author
Chris Elion
authored
add BC FoodCollector config (#2987)
1 parent 5dc92f1 commit 6063f7e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/offline_bc_config.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ default:
1212
memory_size: 256
1313
demo_path: ./UnitySDK/Assets/Demonstrations/<Your_Demo_File>.demo
1414

15+
FoodCollector:
16+
trainer: offline_bc
17+
batch_size: 64
18+
summary_freq: 1000
19+
max_steps: 5.0e4
20+
batches_per_epoch: 10
21+
use_recurrent: false
22+
hidden_units: 128
23+
learning_rate: 3.0e-4
24+
num_layers: 2
25+
sequence_length: 32
26+
memory_size: 256
27+
demo_path: ./demos/ExpertFood.demo
28+
1529
Hallway:
1630
trainer: offline_bc
1731
max_steps: 5.0e5
@@ -25,3 +39,4 @@ Hallway:
2539
memory_size: 256
2640
sequence_length: 32
2741
demo_path: ./demos/ExpertHallway.demo
42+

0 commit comments

Comments
 (0)