Datasets:

Modalities:
Text
Formats:
text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
WikiHow-taskset / open-world-set /check_in.textproto
zdy023's picture
ver Sep2nd
f4955f4 unverified
raw
history blame contribute delete
749 Bytes
id: "check_in_app"
name: "Check in in Qidian App"
description: "Everyday check-in in Qidian app."
setup_steps: {
adb_call: { rotate: { orientation: PORTRAIT_0 } }
}
reset_steps: [
{ adb_call: { force_stop: { package_name: "com.qidian.QDReader.g" } } },
{ adb_call: { press_button: { button: HOME } } }
]
max_num_steps: 500
event_sources: {
log_event: {
filters: "ActivityTaskManager:*"
pattern: "START u0 \\{cmp=com\\.qidian\\.QDReader\\.g/com\\.qidian\\.QDReader\\.webview\\.QDBrowserActivity \\(has extras\\)\\}"
}
id: 1
}
event_slots: {
reward_listener: {
events: { id: 1 }
transformation: "y = 1"
}
episode_end_listener: {
events: { id: 1 }
transformation: "y = True"
}
}
command: "Help me to check-in in Qidian app."