From 0186a84090a2e1f4ffbdd6107f69b83e739364e9 Mon Sep 17 00:00:00 2001 From: Yuanchun Li Date: Mon, 10 Apr 2023 21:26:57 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 14bc79ec7..f7abe0f43 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,8 @@ ## New! -We added a new policy named `memory_guided`, which uses machine learning to automatically identify similar views and avoid redundant explorations. -Please give it a try! +:fire: We recently integrated ChatGPT into DroidBot to support automating any app with a simple text prompt. [Take a look!](https://github.com/GAIR-team/DroidBot-GPT) -To use the `memory_guided` policy, you need [pytorch](https://pytorch.org/) and [transformers](https://huggingface.co/transformers/) installed. Use the command lines below: - -```bash -pip install torch transformers -``` - -Then, start droidbot with the `-policy memory_guided``: - -```bash -python start.py -a -o -policy memory_guided -grant_perm -random -``` ## About DroidBot is a lightweight test input generator for Android.