-
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 Changelog and version numbers
- Loading branch information
Showing
3 changed files
with
34 additions
and
2 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,3 +1,35 @@ | ||
2024-12-18 Danyang Zhang <[email protected]> | ||
|
||
v4.1 | ||
|
||
Fixed a few essential bugs. | ||
|
||
* (cache_until mechanism): The roles of waiting nodes and notifier nodes | ||
in cache_until mechanism are in reverse. Fixed. | ||
* android_env/components/task_manager.py | ||
* (Event sources resetting): Event sources are not correctly reset during | ||
task resetting. Fixed. | ||
* android_env/components/task_manager.py | ||
* (Events resetting): Events may be triggered mistakenly by the stale | ||
emulator status owing to the delay of emulator. Fixed. | ||
* android_env/components/coordinator.py | ||
* android_env/environment.py | ||
|
||
Fixed minor bugs. | ||
|
||
* (Requirements of Gymnasium and dm-env): Gymnasium and dm-env are marked | ||
as optional dependences, however they are imported in the wrappers module | ||
as required sections. Fixed. | ||
* android_env/wrappers/__init__.py | ||
* (Crash when meeting unseen special tokens): The old behavior will crash | ||
when meeting special tokens from the tokenizer. Now the new behavior is to | ||
ignore them directly. | ||
* android_env/components/task_manager.py | ||
|
||
Migrated logging system from absl to the embedded logging module. | ||
Updated the template toolkit to enable non-automatic concatenation of | ||
sub-task commands. | ||
|
||
2024-07-14 Danyang Zhang <[email protected]> | ||
|
||
v4.0 | ||
|
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 = "4.0" | ||
version = "4.1" | ||
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