-
Notifications
You must be signed in to change notification settings - Fork 16
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
Pre-trained Models Do Not Work #14
Comments
Hi @WilliamYue37 By the way, I just updated the installation instructions. Python 3.7 is outdated for Memory Gym version 1.0.0. The recommended Python version is 3.11 by now. |
The model in the download link you sent works. When I run |
Thanks for the insights. I deleted and readded the pretrained models. Hope this helps. |
I tried cloning again and I still get a python pickle issue. I'll close the issue now since I'm not sure if it's an issue on my side or your side. In any case, I can just use the download link you sent. Thanks for looking into this! |
I downloaded the zip of this repo and was able to reproduce this issue. Not sure yet how to fix this soon. Lets keep this open so that others notice this issue. |
Hi, I encountered the same issue and resolved it by doing the following:
|
Thanks for approaching this. I'll probably go for a the huggingface hub for distributing pre-trained models. Just like how I did that for my CleanRL implementation on PPO-Transformer-XL. |
When I run
python enjoy.py --model=./models/mortar_mayhem_grid.nn
, I get this python pickle error:I followed the installation steps listed in the README for CUDA. The commands I ran were:
I am running these commands on Ubuntu 20.04.6.
Could you please look into this? Thanks!
The text was updated successfully, but these errors were encountered: