Skip to content
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

Open
facetohard opened this issue Oct 5, 2017 · 4 comments
Open

some problem about create more MuJoCo worlds. #94

facetohard opened this issue Oct 5, 2017 · 4 comments

Comments

@facetohard
Copy link

facetohard commented Oct 5, 2017

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?

@kapsl
Copy link

kapsl commented Oct 6, 2017

I had the same issue, when i switched to another git branch and tried to run something there?

@facetohard
Copy link
Author

@cbfinn @wmontgomery4 Have you test the code to create different worlds?

@cbfinn
Copy link
Owner

cbfinn commented Oct 8, 2017 via email

@facetohard
Copy link
Author

I have created four different files of xml format, so i used the code
temp = mjcpy.MJCWorld(self._hyperparams['filename'][i])
line 61 in file \path\to\gps\python\gps\agent\mjc\agent_mjc.py
And then, it threw some errors like what i have posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants