Skip to content

Commit dd42ddb

Browse files
committed
docs: update README.md
1 parent 2fb227c commit dd42ddb

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ conda activate agentenv_webshop
267267
# Setup the environment
268268
bash ./setup.sh -d all
269269
```
270+
270271
### 2. ALFWorld
271272

272273
```bash
@@ -282,20 +283,6 @@ alfworld-download -f
282283
```
283284
Use `--extra` to download pre-trained checkpoints and seq2seq data.
284285

285-
### Launching the WebShop Server
286-
287-
After setting up the environment, you can launch the WebShop server:
288-
289-
```bash
290-
# Make sure the webshop conda environment is activated
291-
conda activate webshop
292-
293-
# Launch the server (default port: 36001)
294-
webshop --port 36001
295-
```
296-
297-
Note: The WebShop environment requires specific versions of Python, PyTorch, Faiss, and Java. The setup script will handle these dependencies automatically.
298-
299286
## Quick Start
300287

301288
### 1. Environment Setup

0 commit comments

Comments
 (0)