Marc-Alexandre Côté

Results 117 comments of Marc-Alexandre Côté

Maybe function names should all be lowercase? Also should we still support [1 3] and [1:6:2] for backward compatibility?

Thank you for letting us know about useful features smart-dispatch should have. Right now, the job IDs are stored in `SMART_DISPATCH_LOGS/{job_name}/job_ids.txt`, so it should not be to hard to write...

We would support both ways.

Thanks for reporting. It seems there was an assertion error in the textworld code. I'll have a look at this issue today. (tagging @xingdi-eric-yuan and @IouJenLiu for visibility).

Ok interesting. I'll give it a try to check if at least the code is running on my end.

Thanks for reporting those issues. For your first point, this is related to https://github.com/microsoft/TextWorld/issues/352 which has been fixed in #353. That said, I have yet to finalize the 1.6.2 release....

Thinking more about your second point. You will also need the Chrome binary for this to work. You need to manually download both [Chrome](https://www.google.com/chrome) and the [chromedriver](https://developer.chrome.com/docs/chromedriver/downloads) that matches the...

@Dandelionym thanks for sharing additional feedback. Do you have any idea on how best to remove the navigation action and still make sense in a multi-modal environment? Even for pure...

Hi. Do you have a small snippet of code, I can use to reproduce this?

For the PSF__requests Instances, I suggest the httpbin to be hosted in the container itself. This what we do in debug-gym. Here are other changes we did to improve evaluation...