Hi,
First of all, thank you for providing and maintaining this open-source implementation and it has been very helpful!
I’m currently facing an issue when trying to download the pre-trained low-level policy using the following command:
gdown --id 1Nq0q1KbqHOA5O7aRSu4u7-u27EMMXqgP
The command throws this error:
Traceback (most recent call last):
File "/home/kratty73/.local/bin/gdown", line 7, in
sys.exit(main())
File "/home/kratty73/.local/lib/python3.9/site-packages/gdown/cli.py", line 156, in main
filename = download(
File "/home/kratty73/.local/lib/python3.9/site-packages/gdown/download.py", line 259, in download
filename_from_url = m.groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'
It seems like this might be caused by the Google Drive link being unavailable or removed. Could you please verify whether the file still exists or share an updated download link?
Thanks so much for your help!
Best,
Karthikeya