-
Notifications
You must be signed in to change notification settings - Fork 32
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
Potential issues with MineCLIP weights #6
Comments
Hey there, thanks for your interest and raising the issue. Could you share more information such as the script you used so we can look into? |
Thank you so much for your timely response below I have included the main code to get the reward form our recorded video. Note we divide the reward by the Main code
In addition here are the main helper functions to load MineCLIP and the recorded video Helper functions
We made our own configuration file for MineCLIP to avoid using Hydra and the weights were downloaded as pointed in the README file MineCLIP config
This is the link with some of the recorded videos And we made a configuration file for each task with task prompts generated by GPT3 Task Configurations
|
I have loaded the weights on the MineCLIP model for both the attn and avg variants to observe how the generated reward varies when parsing a video from a user playing MineCraft following one of the provided tasks. It appears that the generated reward remains stagnant throughout the video regardless of the text prompt, in addition when using randomly generated frames or zeroed frames the output is still very similar.
I am fairly certain that my video loading and weight loading process is in accordance to the existing documentation, so I am wondering if the current uploaded weights for either variants is incorrect.
The text was updated successfully, but these errors were encountered: