-
Notifications
You must be signed in to change notification settings - Fork 163
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
The progress bar doesn't increase at all #66
Comments
It is too difficult for me to find the exact line where the error occurs because even one worker is stuck at another point. |
I am facing the same problem. Here's my package versions (python 3.6):
|
Did you solve this problem? |
I have the same question. I try to run this code in Ubuntu 20.04. Did somenoe fix it ? Please let me know. Thanks! |
after
pip install -r requirements.txt
,I ran
python train.py --config configs/maml/halfcheetah-vel.yaml --output-folder maml-halfcheetah-vel --seed 1 --num-workers 8
but progress doesn't increase after �a day.
0%| | 0/500 [00:00<?, ?it/s]
I found that is waiting valid_futures.
pytorch-maml-rl/maml_rl/metalearners/maml_trpo.py
Line 96 in 21d4ba1
but how can i fix it?
The text was updated successfully, but these errors were encountered: