You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to model-based reinforcement learning and thanks for your contribution to Pytorch users.
I tried to read your code to understand the logistics of dreamerv3 but found some details are not mentioned in the original paper, especially the abbreviations of some keywords.
Hi!
I'm new to model-based reinforcement learning and thanks for your contribution to Pytorch users.
I tried to read your code to understand the logistics of dreamerv3 but found some details are not mentioned in the original paper, especially the abbreviations of some keywords.
For example,
dreamerv3-torch/networks.py
Lines 174 to 179 in 4e50f30
the prev_state is a
dict
including three keys, i.e.,logit
,stoch
, anddeter
.What do they mean and where can I find a more specific explanation?
Thanks for your time!
The text was updated successfully, but these errors were encountered: