Skip to content

Commit 590c5fe

Browse files
authored
Remove unused configs (#489)
1 parent f71ae84 commit 590c5fe

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

python/trainer_config.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -107,31 +107,6 @@ ReacherBrain:
107107
max_steps: 1e6
108108
summary_freq: 3000
109109

110-
BrainWallJumpCC:
111-
max_steps: 2.0e5
112-
num_layers: 2
113-
beta: 5.0e-4
114-
hidden_units: 256
115-
use_recurrent: true
116-
sequence_length: 32
117-
time_horizon: 32
118-
batch_size: 32
119-
buffer_size: 320
120-
121-
Ball3DHardBrain:
122-
max_steps: 5.0e4
123-
num_layers: 2
124-
normalize: true
125-
num_epoch: 3
126-
beta: 5.0e-4
127-
hidden_units: 64
128-
129-
use_recurrent: true
130-
sequence_length: 8
131-
time_horizon: 8
132-
batch_size: 32
133-
buffer_size: 320
134-
135110
HallwayBrain:
136111
use_recurrent: true
137112
sequence_length: 64

0 commit comments

Comments
 (0)