Fix the task ClockStopWatchRunning#358
Fix the task ClockStopWatchRunning#358Jeffjeno wants to merge 2 commits intogoogle-research:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Thanks for the PR! Would you mind signing the contributor license agreement? https://github.com/google-research/android_world/pull/358/checks?check_run_id=62638021569 Then I can submit it |
Even if the clock app has been closed and cleared, in andriod emulator we found the stopwatch is still running in the "at a glance box", so we should reset the at the glance module
ok, I've dealed with it! |
In our internal evaluations, we found that after the environment has run many tasks, even though clock-related tasks include reset scripts at the start and end (which reset the Clock app), the information shown in the At a Glance module does not get reset. This can cause evaluation errors, where the model mistakenly believes a timer has already started running. Therefore, we added an additional reset step for the At a Glance component.
The screenshots are presened as follows:

Now we start a stopwatch
Now we clear and close the app clock,but at the glance module is still running

after we clear the 'as' module , it works
