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
compute_lambda_values
Hi! Thanks for your work on reimplementing dreamverv1 in a simple way.
dreamverv1
I tried to learn the computation process of dreamerv1, but feel confused about the logistics of the compute_lambda_values function:
dreamerv1
sheeprl/sheeprl/algos/dreamer_v1/utils.py
Lines 66 to 77 in dee8c80
I could not find anything in common between them.
delta
I'm new to the Dreamer series. Please forgive me if my question looks dumb to you. Thanks.
The text was updated successfully, but these errors were encountered:
Update:
I think I have found the answer in Eq.4 of dreamerv2:
Sorry, something went wrong.
No branches or pull requests
Hi! Thanks for your work on reimplementing
dreamverv1
in a simple way.I tried to learn the computation process of
dreamerv1
, but feel confused about the logistics of thecompute_lambda_values
function:sheeprl/sheeprl/algos/dreamer_v1/utils.py
Lines 66 to 77 in dee8c80
I could not find anything in common between them.
delta
mean? Isdelta
TD target?I'm new to the Dreamer series. Please forgive me if my question looks dumb to you. Thanks.
The text was updated successfully, but these errors were encountered: