noahshinn/reflexion

I'm not getting any results in the native webshop environment. Can you please help me understand what might be wrong?

huayicong23 opened this issue · 0 comments

For the webshop_runs,I set up a native webshop env.After I run the run_reflexion.sh,I get zero results for all instructions.
The directory of data:
image
The web_agent_site.utils.py file:
image

I follow the webshop(https://github.com/princeton-nlp/WebShop) setup.
In step 5.I execute ./setup.sh -d all.
After setup,I run ./run_dev.sh and the server start.Then I run web_shop_runs/run_reflexion.sh(in which I subtitute the url in webshop_trial.py with my local url)

Here is one line of my user_session_logs:
{"page": "search_results", "url": "http://10.28.34.92:6666/search_results/fixed_0/bed/1", "goal": {"asin": "B09KCMTNQP", "category": "beauty", "query": "hair extensions, wigs & accessories", "name": "Long Curly Wave Clip in Hair Extensions for Women 20" Synthetic Natural Looking Colorful Fashion Hair Styling Accessories", "product_category": "Beauty & Personal Care \u203a Hair Care \u203a Hair Extensions, Wigs & Accessories \u203a Hairpieces", "instruction_text": "i need a long clip-in hair extension which is natural looking, and price lower than 30.00 dollars", "attributes": ["hair extensions"], "price_upper": 30.0, "goal_options": [], "weight": 1}, "content": {"keywords": ["bed"], "search_result_asins": [], "page": 1}}
in all my search results, the size of search_result_asins is zero.

Can you tell me what I did wrong?Thank you!!!