google-research / google-research/android_world
Task Interference Issue
Open
- Dominant language
- Python
- Stars
- 906
- Forks
- 186
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 1
Description
Hi, authers thanks so much for the excellent work! I would like to know whether the interference between tasks occurs if I repeatedly sample a minibatch from the task pool but DO NOT reset the AVD files and restart the emulator-[xxxx].
For example,
```
for i = 1 -> N:
task_batch = task_pool.sample(bs)
for worker_i = 1 -> bs:
env.init_task(task_batch[worker_i])
```
Contributor guide
Assessment
This issue has not been assessed yet.