mx781

Results 17 comments of mx781

I tried this PR in your fork, and it could benefit from some adjustments in the Grid constructor arguments. Since it was originally designed for different argument types, you now...

For anyone looking for a function to do this with the current API, here's a quick, unpolished solution: (UPDATED to allow subtracting entire range (subtract a from a)) ```javascript function...

@l2ysho I don't see the relevance with the fiddle, but the spread operator is used only for the array flattening. You can replace that line with ```javascript const flat =...

That should likewise return an array of ranges.

@gf3 Sorry for the delayed reply - I see your point now. In my mind, overlapping ranges should be subtracted from the core range as if they were all one,...

Hi there, this looks like the same issue as [here](https://github.com/Avalon-Benchmark/avalon/pull/7) - did you run `brew install coreutils` as in the instructions?

I'm unsure if we've tested this, but have you tried simply passing `--train_gpu 1` to the training script? You might also want to change `--inference_gpus`, depending on what exactly you're...

Hi @dfm794 - thanks for flagging, will look into it this week - sorry for the delay!

@dfm794 super sorry for the long delay - I finally got a chance to look into the issue. Here's what missing in the tutorial: 1) You need to set `is_teleporter_enabled`...

Hm, I suspect the likely assumption that's not spelled out in our docs is that you want to be using the custom editor and binary, available [here](https://github.com/Avalon-Benchmark/godot). `python -m avalon.install_godot_binary`...