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

How do I run the ANDH-Full task? #14

Open
Wang1665941855 opened this issue Aug 13, 2024 · 3 comments
Open

How do I run the ANDH-Full task? #14

Wang1665941855 opened this issue Aug 13, 2024 · 3 comments

Comments

@Wang1665941855
Copy link

Dear Author, how do I run the ANDH-Full task? Should I uncomment the code in the env.py file and modify the train_val_on_full parameter?

@UeFan
Copy link
Collaborator

UeFan commented Oct 9, 2024

Hi sorry for the late reply.

Please ignore those commented code. The evaluation for ANDH-Full task should be the same as the evaluation for ANDH with just the data being different. For the full trajectory data needed in ANDH-Full task, please check out the data I just uploaded to Huggingface: AVDN Data Repo.

@tzhhhh123

This comment was marked as resolved.

@tzhhhh123
Copy link

Dear Author, thank you for your guidance. I have managed to achieve approximate results by following these steps:

I converted the downloaded CSV files to JSON format.
I replaced the split names in the dataset to align with the full mode.
I enabled the train_on_val option for testing purposes.
Additionally, I modified some keys' types and names in the CSV-to-JSON conversion script to ensure consistency with the original code.
With these adjustments, the results are close, but I wanted to confirm if there are any other recommended steps or adjustments to ensure full alignment with the intended ANDH-Full task implementation.

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