9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
# Return reward - True: for updating the model, False: for displaying the x_best to the user
|
|
bool reward_return
|
|
# Number of dimensions of the representation model
|
|
uint16 nr_dim
|
|
# Number of parameters per dimensions
|
|
uint16 nr_parameter
|
|
# Next parameters
|
|
float32[] x_next
|