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
where is multi-step loss function and entropy loss function?
The text was updated successfully, but these errors were encountered:
For entropy exploration, you can check continuous_A3C.py in loss_func function
Sorry, something went wrong.
This should be the if-condition that determines when N actions have been taken (or terminated) in the Worker:
Worker
pytorch-A3C/discrete_A3C.py
Line 93 in 5ab27ab
N-step loss is then computed in push_and_pull in this loop:
push_and_pull
pytorch-A3C/utils.py
Line 29 in 5ab27ab
No branches or pull requests
where is multi-step loss function and entropy loss function?
The text was updated successfully, but these errors were encountered: