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

fix: value padding with [0] #351

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

YuriCat
Copy link
Contributor

@YuriCat YuriCat commented Jan 24, 2024

v = outputs.get('value', None)
moment['value'][player] = v

Since v is a scalar but one-dimensional value, the padding should be [0].

@YuriCat YuriCat merged commit 812485f into DeNA:develop Jan 24, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

1 participant