Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you please tell me how to access the url in the WebShop.ipynb: http://3.83.245.205:3000 ? #15

Closed
leoozy opened this issue Jul 19, 2023 · 4 comments

Comments

@leoozy
Copy link

leoozy commented Jul 19, 2023

Thank you for your code. But I can not access the webshop url in your jupterbook. Do I have to launch another servise?

@ysymyth
Copy link
Owner

ysymyth commented Jul 20, 2023

we are trying to set it up soon. meanwhile, maybe use native webshop env instead? https://github.com/princeton-nlp/WebShop

@leoozy leoozy closed this as completed Jul 22, 2023
@leoozy leoozy reopened this Jul 22, 2023
@leoozy
Copy link
Author

leoozy commented Jul 22, 2023

Thank you for your reply! Could you please tell me whether you use the all the data in your env?

I have set up an webshop env using under the:

DEFAULT_ATTR_PATH = join(BASE_DIR, '../data/items_ins_v2_1000.json')
DEFAULT_FILE_PATH = join(BASE_DIR, '../data/items_shuffle_1000.json')
``
But it raises the out of index error. 
I have changed it to the following setting, but the server do not response.

DEFAULT_ATTR_PATH = join(BASE_DIR, '../data/items_ins_v2.json')
DEFAULT_FILE_PATH = join(BASE_DIR, '../data/items_shuffle.json')

@ysymyth
Copy link
Owner

ysymyth commented Jul 31, 2023

I think you should use

DEFAULT_FILE_PATH = join(BASE_DIR, '../data/items_shuffle.json')```

when you say it does not respond, what command did you run? when you ctrl+c where is it stuck?

@ysymyth
Copy link
Owner

ysymyth commented Aug 9, 2023

Closing for now and feel free to open new ones!

@ysymyth ysymyth closed this as completed Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants