Stone Tao
Stone Tao
Oh yeah, sorry that's a typo, good catch! Also, the reason why it doesn't exit is because it starts a local server served at localhost:9000, allowing you to see whats...
is this running the example file with the provided bot files in the example folder?
Can you try adding the following configuration to the design? Try this instead: ```js let RPSDesign = new RockPaperScissorsDesign('RPS!', { engineOptions: { memory: { active: false } } }); ```...
Whats the bot.js file for that player? If it timed out it means that it didn't respond correctly or in time to the match engine
might be the python bot that crashed, to figure out which bot is which, give them a name as so ```js myDimension.runMatch( [{file: './bots/js/smarter.js', name: 'js'}, {file: './bots/python/rock.py', name:'py'}], {...
Ok if you want, don’t use the python bot for now. To debug it, in the engine options add noStdErr: false Any error output to stderr from bots will show...
I recently was trying to get a sense of how Isaac was improving quadruped simulation speeds and can guess at some of these 1. No idea 2. I am not...
feel free to make a PR to fix!
Quick update: will make a PR once ManiSkill2 has upgraded officially to gymnasium, which can be followed here: https://github.com/haosulab/ManiSkill2/pull/76
I can make a PR implementing this fix however i'm not particularly very happy about it lmao. Maybe bring this up to the Mujoco repo and see if they know...