PeterAJansen

Results 26 comments of PeterAJansen

Clarification on inclusion criteria: I am in the School of Information, but am crosslisted in Computer Science and can solely advise PhD students.

I'm a new Gephi user and was also hoping this feature would be added when I started using Gephi about a year ago. I recently came to a point where...

@particleincell I had a go at trying to align the output of the MAX30105 with several other particulate matter sensors a few years ago, and couldn't figure out something reliable...

Oh, also! 4. The sensor is physically rotated on the SparkX breakout board, so all the pictures that come off it are rotated if it's mounted as-is. That one took...

Starting from the examples, it took me a while to figure out why the POS tags were not being populated -- it turned out they were being populated with a...

Thanks for this note. I struggled a bit with this -- creating the ambiguity resolution message -- in trying to balance a generic method that would give some distinguishing feature,...

Thanks for this request! In the initial build of ScienceWorld, every instance of the environment was randomly generated (so there was no way of guaranteeing generating the same environment). When...

Hmmm interesting, I was unable to replicate this one. I wonder what the issue might be if it's not immediately repeatable: (I had initially thought that the pea plant might...

Ah I see -- my mistake, the action sequence works but "focus on pea plant" is indeed not in the valid actions list under that referent. Since objects can have...

I've implemented the non-breaking Option #1 in this branch: https://github.com/allenai/scienceworld/tree/exhaustivevalidactions The list of valid actions now returns a separate template for *each* valid string, and for actions that have multiple...