[6ac965]: / conf / models / Torch_RLearner.yaml

Download this file

10 lines (9 with data), 245 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Config for the Torch_XLearner model
# ==============================================================================
# Model parameters
n_layers_out: 2
n_units_out: 100
batch_size: 256 #1024 #32
n_iter: 2000
batch_norm: false
nonlin: "relu"