android_env
android_env copied to clipboard
RL research on Android devices.
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.
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? ```...
Hi , I want to use it on real devices not on emulator. Can you help me guide how to do it? Regards, Abhijeet
Turning off check_services by default.
Update AndroidEnv observation_spec
Removing _wait_for_device() from Coordinator.
Adding debug line to view actions received by AndroidEnv.