-
Notifications
You must be signed in to change notification settings - Fork 242
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
some problem about create more MuJoCo worlds. #94
Comments
I had the same issue, when i switched to another git branch and tried to run something there? |
@cbfinn @wmontgomery4 Have you test the code to create different worlds? |
Can you be more specific on what you are trying to do?
…On Fri, Oct 6, 2017 at 3:01 PM, facetohard ***@***.***> wrote:
@cbfinn <https://github.com/cbfinn> @wmontgomery4
<https://github.com/wmontgomery4> Have you test the code to create
different worlds?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#94 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABMlAWdkgB1F1t_JL8KiGgU6S5uszsV6ks5spqMcgaJpZM4Puqvz>
.
|
I have created four different files of xml format, so i used the code |
In the file
agent/agent_mjc.py
, when I tried to create more different worlds in function_setup_world(self, filename)
, it threw some error like this:���[����[V: not found sh: 2: [ : not found ���[����[V: not found sh: 2: [ : not found ���[����[V: not found sh: 2: Syntax error: "(" unexpected ���[����[V: not found sh: 2: Syntax error: "(" unexpected ERROR: Invalid activation key
I am sure that my MuJoCo key is right.
Does anyone meet this problem?
The text was updated successfully, but these errors were encountered: