Skip to content

Commit

Permalink
ver Dec18thv2
Browse files Browse the repository at this point in the history
updated Changelog and version numbers
  • Loading branch information
zdy023 committed Dec 18, 2024
1 parent 50395a3 commit a10c519
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions Changelog
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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def run(self):

setup(
name='mobile-env-rl',
version='4.0',
version='4.1',
description='Mobile-Env: A Universal Platform for Training and Evaluation of Mobile Interaction',
long_description=description,
author='Danyang Zhang @X-Lance',
Expand Down

0 comments on commit a10c519

Please sign in to comment.