Acme example for AndroidEnv requires `reverb` (Linux only)
See original GitHub issueThe Acme run_acme_agent.py
example appears to require /deepmind/reverb
but that package - can only run on Linux systems at the moment:
⚠️ Reverb currently only supports Linux based OSes.
(from https://github.com/deepmind/reverb)
Core Acme installation:
pip install dm-acme
pip install dm-acme[reverb]
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
acme/episode.py at master · deepmind/acme - reverb - GitHub
A library of reinforcement learning components and agents - acme/episode.py at master · deepmind/acme.
Read more >Components — Acme documentation - Read the Docs
ReverbAdders. Acme uses Reverb for creating data structures like replay buffers to store RL experiences. For convenience, Acme provides several ReverbAdders ...
Read more >Compare Packages Between Distributions - DistroWatch.com
Complete summaries of the NixOS and MX Linux projects are available. Note: In case where multiple versions of a package are shipped with...
Read more >Acme B-2 Low 2x10" Bass Speaker Cabinet - Reverb
Their customer service is excellent and reliable! $65.00 USPS shipping only within the Continental USA / "48 states". Other US destinations will require...
Read more >raw - Spectrum OS
os-specific/linux/anbox { }; androidenv = callPackage ../development/mobile/androidenv ... only required for examples/tests }; gcdemu = callPackage .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, you can install whatever you want. AndroidEnv places no restriction on which apps you want to use for training, but if the app emits no messages at all in logcat you’ll have no rewards, which will make the training very tricky. Please see the task guide for more details about setting up a task.
@kenjitoyama I solved that problem by looking at the random agent. I’m wondering if I can install other interested apps like league of legends as an Enviroment to train agent?
Thx!