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 f71ae84 commit 590c5feCopy full SHA for 590c5fe
python/trainer_config.yaml
@@ -107,31 +107,6 @@ ReacherBrain:
107
max_steps: 1e6
108
summary_freq: 3000
109
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
124
- normalize: true
125
- num_epoch: 3
126
127
- hidden_units: 64
128
129
130
- sequence_length: 8
131
- time_horizon: 8
132
133
134
135
HallwayBrain:
136
use_recurrent: true
137
sequence_length: 64
0 commit comments