PeterAJansen

Results 26 comments of PeterAJansen

I'm working on testing it -- it looks like it now returns options that aren't recognized by the parser. I'll have a look tomorrow and see if I can figure...

It looks like the valid action generation was not respecting closed containers, so it would potentially generate possible valid actions involving items in closed containers. I've changed it to point...

@MarcCote possibly related to this, I just fixed a bug in `exhaustivevalidactions` where items in the inventory were not enumerating in the valid actions list. I've made a bunch of...

Hi @leoozy , apologies to take a few days to get back to you. ScienceWorld is written in Scala and essentially runs completely independently of Python (with only a socket...

Hmm, given that EnvObject uses a Set() instead of an Array() for a storage class for objects (and most of the downstream functions in the e.g. object parser, etc., assume...

It sounds like a good idea to handle it on the server side. It's also been suggested that we have this as a flag that can be set, so let...

The issue with focusing is that it's a critical part of the evaluation for most tasks, and that removing the hard criterion that the agent has to focus on the...

Hmm, I think in this case the object it's focusing on isn't a task object, right @yuchenlin ? Could you copy/paste the playthrough, and we could figure out if there's...

Hmmm, that's very interesting. It's certainly possible that they've changed the protocol slightly in the latest revisions of their devices. Would you like to submit a pull request that: 1)...

That's interesting... can you point me to a datasheet for the TF mini plus?