-
Notifications
You must be signed in to change notification settings - Fork 41
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
TypeError: argument of type 'Meta' is not iterable #7
Comments
I met the same problem! |
Me too, do you know if there is a way to download IsaacGym_Preview_3? |
I found in my downloads an old IsaacGym_Preview_3 and it still gave me that same error, So I started from scratch with IsaacGym_Preview_3, I had to create a new conda env and did not find a way to correct all the conflicting dependencys but it seems to work now he is my pip list, its working now. |
How to solve TypeError: argument of type 'Meta' is not iterable
|
I also met the same problem, and I believe it is because a simple way is to change line 38 in cfg_sim = vars(cfg.sim)
cfg_sim['physx'] = vars(cfg_sim['physx'])
gymutil.parse_sim_config(cfg_sim, sim_params) i tested this in isaacgym preview 4, and i can run train.py now. but i am not sure if it will affect the final results, since they have different dependencies. or you can install some older version of params-proto that the author used, but i amnot sure which particular version they are using. |
When I tried to use the IsaacGym_Preview_4, this error occured.
It seems that the type of the cfg can't match.
Have you used the isaacgym4 for the gym training?
And how you solved this kind of errors?
The text was updated successfully, but these errors were encountered: