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
Hi,
The paper states that during finetune the skill is searched through grid-search. However, in the code a fixed skill used, is that normal?
The text was updated successfully, but these errors were encountered:
The grid search can/should be done in a separate file. The finetune file just finetunes the fixed skill
Sorry, something went wrong.
Hi, have you got clear with this problem? I'm confused with this issue too.
Finetuning skill selection is not implemented in the CIC repository. However, we build off of the CIC repository and implement skill selection in Intrinsic Reward Matching (IRM): https://github.com/ademiadeniji/irm/blob/main/finetune.py#L303
Feel free to take a look for an example
Thank you very much for your help, have a nice day!
No branches or pull requests
Hi,
The paper states that during finetune the skill is searched through grid-search. However, in the code a fixed skill used, is that normal?
The text was updated successfully, but these errors were encountered: