We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have some trouble trying to understand why we need to do this in the ACModel:
rl-starter-files/model.py
Line 38 in 317da04
Can someone explain? I understand that 64 could be the number of output channel from the previous layer. But why do we need to do ((n-1)//2-2)?
Best, Raymond
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have some trouble trying to understand why we need to do this in the ACModel:
rl-starter-files/model.py
Line 38 in 317da04
Can someone explain? I understand that 64 could be the number of output channel from the previous layer. But why do we need to do ((n-1)//2-2)?
Best,
Raymond
The text was updated successfully, but these errors were encountered: