minerllabs / competition_submission_template

The submission template for the MineRL Competition @ NeurIPS 2021. Clone this to make a new submission!
92 stars 21 forks source link

Question regarding maximum file size (for trained agent models) #26

Closed Danielhp95 closed 3 years ago

Danielhp95 commented 3 years ago

Hello!

My team and I are really struggling to upload an agent that is smaller than the maximum size allowed by Gitlab (10MB), as our model weighs around 96MB.

We were wondering if we can use git lfs (large file system), to upload our agent. This will mean that these two commands: git lfs install and gi lfs pull should be run on the machine running the test code for Round 1.

Thank you!

skbly7 commented 3 years ago

I hope you used git lfs in the 2020 edition, and we would love to see you around in this year's challenge or BASALT challenge. 👋


For future users facing similar issue: git lfs is enabled on GitLab using which you can upload larger models and files. [How To]