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

redundant extraction? #41

Open
gneworld opened this issue Sep 29, 2020 · 1 comment
Open

redundant extraction? #41

gneworld opened this issue Sep 29, 2020 · 1 comment

Comments

@gneworld
Copy link

PINet/agent.py

Line 119 in c55ca21

temp = temp[temp>-1]

is "temp<=-1" exist?

@koyeongmin
Copy link
Owner

No, it is just for changing the shape of the array.
This is my mistake, other reshape method is more readable.

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

2 participants