1conda env create -f mor_env.yml
2conda activate your_env_name # Replace with actual environment name
This script will automatically process three datasets using the pre-trained planning graph generator and the pre-trained reranker.
1python script.py --model "model_name" \
2 --dataset_name "dataset_name" \
3 --azure_api_key "your_azure_key" \
4 --azure_endpoint "your_azure_endpoint" \
5 --azure_api_version "your_azure_version"
6
1python script.py --model "model_name" \
2 --dataset_name "dataset_name" \
3 --openai_api_key "your_openai_key" \
4 --openai_endpoint "your_openai_endpoint"
5