cbfinn / gps

Guided Policy Search
http://rll.berkeley.edu/gps/
Other
593 stars 239 forks source link

some problem about create more MuJoCo worlds. #94

Open facetohard opened 6 years ago

facetohard commented 6 years ago

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 commented 6 years ago

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

facetohard commented 6 years ago

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

cbfinn commented 6 years ago

Can you be more specific on what you are trying to do?

On Fri, Oct 6, 2017 at 3:01 PM, facetohard notifications@github.com 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 https://github.com/cbfinn/gps/issues/94#issuecomment-334880535, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMlAWdkgB1F1t_JL8KiGgU6S5uszsV6ks5spqMcgaJpZM4Puqvz .

facetohard commented 6 years ago

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.