>
2 bedroom semi-detached house for sale
West Street, Wivenhoe, Colchester, CO7
£250,000
West Street, Wivenhoe, Colchester, CO7
£250,000
Price History
Initial price | £265,000 |
15/06/24 | £250,000 |
Price Change | -5.66% |
Description
```
I've tried to run it with the following command:
```bash
python3 -m textworld.env.modules.engines.twqac.twqac_cli -m textworld.engines.twqac.pip_modules -t textworld.engines.twqac.twqac_model -d textworld.engines.twqac.default_data --model_file=models/twqac_base_uncased_L12_v2.bin --output_file=output.txt --input_text="A charming and cosy cottage in this sought after lower Wivenhoe position just minutes from the mainline station with fast links to London Liverpool Street in just over the hour. The near by glorious waterfront and quayside also just a short walk away. This Victorian semi detached house offers three reception rooms, kitchen, two first floor bedrooms and first floor shower room. Offered for sale with no onward chain."
```
However, I'm getting the following error:
```
ValueError: Invalid argument(s) found at index(es): [1]
Usage: textworld/engines/twqac/twqac_cli [-h] [-m MODULE] [-t TARGET_MODULE] [--model_file MODEL_FILE] [--input_text TEXT] [--output_file OUTPUT_FILE] [--temperature TEMPERATURE] [--max_length MAX_LENGTH] [--num_return_sequences NUM_RETURN_SEQUENCES] [--stop_sequences SEQUENCES] [--top_k TOP_K] [--top_p TOP_P] [--repeat_penalty REPEAT_PENALTY] [--do_sample DO_SAMPLE] [--use_cache USE_CACHE] [--verbose]
textworld/engines/twqac/twqac_cli: error: argument --: invalid choice: (207)
```
Can someone help me understand what might be going wrong here?
## Answer (0)
The error message you're seeing suggests that there's an issue with the way you're specifying the command-line arguments. Specifically, it