Kenji

Results 14 comments of Kenji

Hello @s-gv, yes, that's correct _for now_. Coincidentally, I am working on removing `pexpect` from `AdbController`, which should fix this bug. We just have some internal components that depend on...

@a-gergely, can we update pexpect in the meantime?

Hello @dubeyabhijeet! We do not officially support running AndroidEnv on real devices at the moment. To do that, you'll need a new [Simulator](https://github.com/deepmind/android_env/blob/main/android_env/components/simulators/base_simulator.py) to grab screenshots and sending actions. If...

Yes, it's possible but at the moment there's no good way to do so. There are no APIs to fetch screenshots and execute actions from within Android, and that would...

Hello @dubeyabhijeet! > Not possible with 3rd party apps without source code? You can run anything you want in the emulator, but rewards are only available if something is shown...

Any news on this? I'm interested in using Annotation charts with Polymer.

Hi @JesseFarebro, yeah, we should definitely also publish 3.10 wheels. I'm really busy this week, but it shouldn't be a major problem I think (at least I don't see any...

Sorry for the delay here. For a long time now we have removed `pexpect` as a dependency, so this bug is not valid anymore.

Hi @anshmn, we only print the latest extras at a particular point in time. That is, if an extra comes at timestep `t` and no extras are produced after that,...

Hi @thelicato, is this still an issue? We now require `numpy` [`>=1.21`](https://github.com/deepmind/android_env/blob/main/setup.py#L114). Later I can try adding Py `3.10` to our automation tests.