Timothyxxx 186df65683 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	desktop_env/controllers/setup.py
#	desktop_env/evaluators/metrics/utils.py
2024-01-12 17:30:15 +08:00
2023-12-20 15:53:07 +08:00
2023-12-16 21:32:43 +08:00
2024-01-05 16:08:29 +08:00
2024-01-11 22:43:38 +08:00
2024-01-09 09:30:11 +08:00
2023-12-02 17:52:00 +08:00

DesktopEnv: An Environment towards Human-like Computer Task Mastery

Setup guide

For members of the team

todo

For users of the environment

todo

Road map of infra (Proposed)

  • Explore VMWare, and whether it can be connected and control through mouse package
  • Explore Windows and MacOS, whether it can be installed
    • MacOS is closed source and cannot be legally installed
    • Windows is available legally and can be installed
  • Build gym-like python interface for controlling the VM
  • Recording of actions (mouse movement, click, keyboard) for humans to annotate, and we can replay it and compress it
  • Build a simple task, e.g. open a browser, open a website, click on a button, and close the browser
  • Set up a pipeline and build agents implementation (zero-shot) for the task
  • Start to design on which tasks inside the DesktopENv to focus on, start to wrap up the environment to be public
  • Start to annotate the examples for training and testing
  • Error handling during file passing and file opening, etc.
  • Add accessibility tree from the OS into the observation space
  • Add pre-process and post-process action support for benchmarking setup and evaluation
  • Multiprocess support, this can enable the reinforcement learning to be more efficient
Description
No description provided
Readme 797 MiB
Languages
Python 98.4%
Shell 1.5%
Batchfile 0.1%