-
Notifications
You must be signed in to change notification settings - Fork 440
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
Fail to support different envs #46
Comments
@glx15534565855 Were you able to create the new env? I am also working on that. |
Yes I solved it. Using gym.create_actor() instead of create_env. Check the docs/index.html located in your isaacgym packages for detailed usage. Also you can find the usage in the example "actor_scaling.py" in the docs.
Hope that helps
…------------------ 原始邮件 ------------------
发件人: "leggedrobotics/legged_gym" ***@***.***>;
发送时间: 2023年12月10日(星期天) 上午10:33
***@***.***>;
***@***.******@***.***>;
主题: Re: [leggedrobotics/legged_gym] Fail to support different envs (Issue #46)
@glx15534565855 Were you able to create the new env? I am also working on that.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@glx15534565855 Thanks a lot for your issue, I have met the same problem. How do you solve it? For example, if I hope to create two environments 'anymal_c_flat' and 'cassie', how can I achieve it? |
@yingchengyang Have you solved the issue? |
No, I have not solved this problem. I would appreciate a lot if you have any ideas. |
Hello! I am currently attempting to train robots in different environments using a set of networks, but I have encountered an issue where it seems that isaacgym does not support creating more than one environment. The following code and error message provide a brief explanation:
And after running it, the console shows:
The text was updated successfully, but these errors were encountered: