-
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
ValueError: too many values to unpack (expected 3) #14
Comments
it was because i was using multiple monitors at the same time. When i disconnected the others, another error came up
|
i tried the command again after a few minutes and it worked :) |
Good to hear! |
I am now trying the ppo2 sample ipython notebook on my laptop(i5 5th gen processor) which doesn't have a GPU. But "model.learn(...)" in the ipython notebook shows this error-"ValueError- too many values to unpack".
|
Could you print the whole stacktrace? That may help pinpoint the issue. As for your questions:
|
This is the error:
Ouptut of |
After re running the code several times, it did start to work but then it would again give 6,9 or 12 length tuples after 8000 iterations. I'll try to examine the contents of this bigger tuple :) |
That's for looking the contents, I'd be curious to see what you find! It's an interesting error because the number of images should correspond to the number of modalities requested (e.g. RGB, segmentation, depth) which is defined here It could be helpful to get the shape of the returned images for img in tesse_data.images:
print(img.shape) This will help us confirm that the number of environments and resolution is as expected. |
this command
python eval.py --agent-config baselines/config/random-agent.yaml --episode-config config/check-ground-truth.yaml
gives the following error:Also, my laptop does not have a GPU.
The text was updated successfully, but these errors were encountered: