some problem about create more MuJoCo worlds.
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?
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 [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 .
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.