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

load a trained model and evaluate it visually #61

Open
luokuang2001 opened this issue Jul 25, 2024 · 1 comment
Open

load a trained model and evaluate it visually #61

luokuang2001 opened this issue Jul 25, 2024 · 1 comment

Comments

@luokuang2001
Copy link

Hello!
I have trained the Dreamer on my self-defined env and saved the log,
How can I load a trained model “latest.pt" in my logdir,
and evaluate the model policy visually on my self-defined env ?

@NM512
Copy link
Owner

NM512 commented Sep 26, 2024

Hello!

If you specify the same log directory, you can restart both the training and evaluation processes seamlessly.
Additionally, to visually evaluate the model policy, you can check the images saved in TensorBoard by turning on video_pred_log in the config file.

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

2 participants