deep_portfolio
deep_portfolio copied to clipboard
update_target_network_params error
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