gps icon indicating copy to clipboard operation
gps copied to clipboard

some problem about create more MuJoCo worlds.

Open facetohard opened this issue 8 years ago • 4 comments

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?

facetohard avatar Oct 05 '17 07:10 facetohard

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

kapsl avatar Oct 06 '17 11:10 kapsl

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

facetohard avatar Oct 06 '17 22:10 facetohard

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

On Fri, Oct 6, 2017 at 3:01 PM, facetohard [email protected] 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 .

cbfinn avatar Oct 08 '17 04:10 cbfinn

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.

facetohard avatar Oct 20 '17 11:10 facetohard