You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm very interested in committing to the project and building on it with you. However, I’m still facing some troubles running it.
which pipeline(order of functions) should I use to get it running starting from the price files ?
also, i faced an error in ddpg_rl.py file at
self.update_target_network_params =
[self.target_network_params[i].assign(tf.multiply(self.network_params[i], self.tau) +
tf.multiply(self.target_network_params[i], 1. - self.tau))
for i in range(len(self.target_network_params))]
ValueError: Dimensions must be equal, but are 2 and 400 for 'add_16' (op: 'Add') with input shapes: [13,2], [13,400].
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I'm very interested in committing to the project and building on it with you. However, I’m still facing some troubles running it.
also, i faced an error in ddpg_rl.py file at
self.update_target_network_params =
[self.target_network_params[i].assign(tf.multiply(self.network_params[i], self.tau) +
tf.multiply(self.target_network_params[i], 1. - self.tau))
for i in range(len(self.target_network_params))]
ValueError: Dimensions must be equal, but are 2 and 400 for 'add_16' (op: 'Add') with input shapes: [13,2], [13,400].
Thanks in advance
The text was updated successfully, but these errors were encountered: