update readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# DesktopEnv: A Learning Environment for Human-like Computer Task Mastery
|
||||
# DesktopEnv: A Learning Environment for Human-like Computer Task Mastery
|
||||
|
||||
## Setup guide
|
||||
|
||||
@@ -19,8 +19,15 @@
|
||||
3. `sudo ufw disable` (disable firewall - safe for local network, otherwise `sudo ufw allow ssh`)
|
||||
4. `ip a` - find ip address
|
||||
5. ssh username@<ip_address>
|
||||
5. Install screenshot tool
|
||||
1. `sudo apt install imagemagick-6.q16hdri`
|
||||
2. `DISPLAY=:0 import -window root screenshot.png`
|
||||
6. Get screenshot
|
||||
1. `scp user@192.168.7.128:~/screenshot.png screenshot.png`
|
||||
2. `rm -rf ~/screenshot.png`
|
||||
|
||||
## Road map (Proposed)
|
||||
|
||||
- [ ] Explore VMWare, and whether it can be connected and control through mouse package
|
||||
- [ ] Explore Windows and MacOS, whether it can be installed
|
||||
- [ ] Build gym-like python interface for controlling the VM
|
||||
|
||||
Reference in New Issue
Block a user