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

Set up proper models in eval #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Set up proper models in eval #31

wants to merge 2 commits into from

Conversation

allenzren
Copy link
Member

Previously, the eval model loads the network from the saved checkpoint during fine-tuning, which is the frozen base policy.

Now set up a dedicated eval model class that loads the actor and actor_ft weights from the saved checkpoint. actor is for the frozen pre-trained policy, and actor_ft is for the fine-tuned policy

For eval the config needs to have the correct ft_denoising_steps specified from fine-tuning, such that the eval model knows which model (actor or actor_ft) to use depending on the current denoising step

#29

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

Successfully merging this pull request may close these issues.

1 participant