You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Please make sure that the WSL is installed to run this script.
# In WSL, please make sure that Anaconda is installed with changes to the .bashrc file in
# the wsl home ~ folder as stated in this project's README.
import subprocess
import parse_scenario_womd
import planner
import llm_qa
print("Running the data preprocessing .... \nThe data will be in the parsed_womdr_data dictionary.")
parse_scenario_womd.obtain_and_write_mcq_data(35, 36) # Take these two arguments via argparse or config
print("Completed data preprocessing!\n")
print("Running the PDDL file generation...\nThe domains and problem files will get saved in the apla-planner/generated_pddls_deepseek path within the domains and problems folder.......")
api_type = "ds_api"
model_name = "ds_v3_dsapi" # Take these two arguments via argparse