Emerge-Lab / gpudrive

GPU-acceleration of Nocturne via Madrona
https://arxiv.org/abs/2408.01584
MIT License
232 stars 20 forks source link

Can't pull the new commits because of `models/learned_sb3_policy.zip` is too big #271

Closed zhengzl18 closed 1 month ago

zhengzl18 commented 1 month ago

I was trying to merge new commits into my local branch when I got this error msg:

Downloading models/learned_sb3_policy.zip (341 MB)
Error downloading object: models/learned_sb3_policy.zip (e97ebb6): Smudge error: Error downloading models/learned_sb3_policy.zip (e97ebb6d66cf49d310fc2614b4f9e0b22cc31993d9811f958cae74ebe9db05c5): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
eugenevinitsky commented 1 month ago

Yep, we are running into git LFS limits. Can you try again? Just purchased some more data.

zhengzl18 commented 1 month ago

Yep, we are running into git LFS limits. Can you try again? Just purchased some more data.

Thanks for replying so soon. Now I don't get an error, but it takes very long time to merge. I'm still waiting for that.

eugenevinitsky commented 1 month ago

Yeah, that isn't surprising. We'll switch to another method of hosting this shortly to avoid this issue. Git LFS is not working for us. Sorry about that.

daphnecor commented 1 month ago

Hi @zhengzl18, I just uploaded the pre-trained policy to google drive, in case you want to use it.

daphnecor commented 1 month ago

To resolve your issue, we have untracked the policy zip file. Can you please try again and let us know if this fixes your problem? Thank you!

zhengzl18 commented 1 month ago

To resolve your issue, we have untracked the policy zip file. Can you please try again and let us know if this fixes your problem? Thank you!

It works, thanks for that!