Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_target_network_params error #4

Open
AhmMontasser opened this issue Nov 2, 2017 · 0 comments
Open

update_target_network_params error #4

AhmMontasser opened this issue Nov 2, 2017 · 0 comments

Comments

@AhmMontasser
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant