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

KeyError due to mismatched key name in saved model in dreamer.py #6

Open
Naoki04 opened this issue Sep 13, 2024 · 0 comments
Open

KeyError due to mismatched key name in saved model in dreamer.py #6

Naoki04 opened this issue Sep 13, 2024 · 0 comments

Comments

@Naoki04
Copy link

Naoki04 commented Sep 13, 2024

Thank you for publishing this great repository. I noticed a small issue: it seems that the key name of the saved model and the one being loaded in dreamer.py do not match, which leads to a key error.

Specifically, the line:

agent.value_model.load_state_dict(model_dicts['value_model'])

should be:
agent.value_model.load_state_dict(model_dicts['value_model1'])

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

1 participant