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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: