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

Any suggestions about parsing the Human Trajectories to get (s_t, a_t, s_t+1) triplets? #196

Open
ZJULiHongxin opened this issue Jan 9, 2025 · 2 comments

Comments

@ZJULiHongxin
Copy link

Hello! @shuyanzhou Thanks for sharing the human trajectories.

I wonder if there is a way to accurately parse the human trajectories into (s_t, a_t, s_t+1) triplets.

I tried to parse the trace.tarce and trace.network files after unzipping the trace.zip files but it was very hard to associate each action taken with the HTML file just before taking this action as the HTML file name was not recorded in the trace.trace file.

Additionally, it was weird that many of the HTML files in the resources folder could not be completely rendered via PlayWright. Several HTML files were small (Please refer to the image below) and did not contain complete webpage content.

图片

Could the authors please provide some suggestions about how to parse the human trajectories into state-action-state triplets?

Thanks in advance.

@lzy37ld
Copy link

lzy37ld commented Jan 16, 2025

Interested here!

@shuyanzhou
Copy link
Contributor

Unfortunately the playwright recording is very noisy and it is challenging to recover such data.

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

3 participants