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

train_defeat_zerglings uses wrong dimensions for q_func #35

Open
rwill128 opened this issue Feb 25, 2021 · 0 comments
Open

train_defeat_zerglings uses wrong dimensions for q_func #35

rwill128 opened this issue Feb 25, 2021 · 0 comments

Comments

@rwill128
Copy link

I am not sure how to best address this, but it looks like train_defeat_zerglings (and potentially the Q learning version of train_mineral_shards) are not operational with TF 1.14.

The error is thrown in line 1024 of layers.py

    if conv_dims is not None and conv_dims + 2 != input_rank:
      raise ValueError('Convolution expects input with rank %d, got %d' %
                       (conv_dims + 2, input_rank))
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