android_env icon indicating copy to clipboard operation
android_env copied to clipboard

RL research on Android devices.

Results 30 android_env issues
Sort by recently updated
recently updated
newest added

I tried to install ``android_env`` both from **pip** and source code but I get an error on install. Digging a little more I found out that the installed version of...

I tried to print The extras using logging.info('***********Extras*********: %r ', env.task_extras()) in thr run_human_agent.py and found out that sometimes , it does print the corrent extras whereas quite often it...

Hello, There was an issue [Crash on "run_acme_agent.py" #17](https://github.com/deepmind/android_env/issues/17), that is currently closed and marked as fixed, but the [version cf5f631](https://github.com/deepmind/android_env/commit/cf5f6318c4507d350c4b90aeffb6950d5b7bd9dc) which comments are referring to doesn't belong to the...

We currently use TF agents in our Acme example. JAX has received more attention lately so should probably encourage researchers to use that instead.

enhancement
good first issue

I tried running `run_random_agent.py` and got a crash right after the virtual device booted. What might be the problem? Does AndroidEnv need a newer version of Python than 3.6? ```...

bug

Hi , I want to use it on real devices not on emulator. Can you help me guide how to do it? Regards, Abhijeet

enhancement

Adding debug line to view actions received by AndroidEnv.