felipecode / coiltraine

Training framework for conditional imitation learning
MIT License
230 stars 68 forks source link

can not download data and checkpoint #14

Closed zlw21gxy closed 5 years ago

zlw21gxy commented 5 years ago

image

zlw21gxy commented 5 years ago

I fixed it by modify download_tools.py from requests.packages.urllib3.util.retry import Retry if token: params = {'id': id, 'confirm': token} retry = Retry(connect=20, backoff_factor=0.1) response = session.get(URL, params=params, stream=True)

felipecode commented 5 years ago

Were you able to download everything ?

zlw21gxy commented 5 years ago

yes, I can do it now, thanks for your great work