-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated documents and version number
- Loading branch information
Showing
9 changed files
with
64 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
2024-03-25 Danyang Zhang <[email protected]> | ||
2024-04-30 Danyang Zhang <[email protected]> | ||
|
||
Fixed bugs in VhIoWrapper w.r.t. null view hierarchy from OS | ||
v3.6 | ||
|
||
* android_env/wrappers/vh_io_wrapper.py | ||
Updated documents. | ||
|
||
2024-03-23 Danyang Zhang <[email protected]> | ||
2024-03-25 Danyang Zhang <[email protected]> | ||
|
||
Fixed bugs | ||
|
||
* android_env/environment.py | ||
* demos/openmoneybox.add_billings.textproto | ||
* (Bugs caused by new remote_path arg): android_env/environment.py | ||
* (Typos, bugs w.r.t. new episode end event, removed reset steps which | ||
cause AVD haulting): demos/openmoneybox.add_billings.textproto | ||
* (Bugs w.r.t null VH from OS): android_env/wrappers/vh_io_wrapper.py | ||
|
||
Updated new types of ADB operations for SetupStep | ||
|
||
|
@@ -91,6 +93,9 @@ | |
|
||
Fixed bugs w.r.t. ResponseEvent | ||
|
||
Updated episode end event slots by making it triggered only when the | ||
returned value is True | ||
|
||
* android_env/proto/task.proto | ||
* android_env/components/event_listeners.py | ||
* android_env/components/task_manager.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "mobile-env-rl" | ||
version = "3.5" | ||
version = "3.6" | ||
authors = [{name = "Danyang Zhang @X-Lance", email = "[email protected]"}] | ||
license = {file = "LICENSE"} | ||
description = "A Universal Platform for Training and Evaluation of Mobile Interaction" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters