THUDM / AgentTuning

AgentTuning: Enabling Generalized Agent Abilities for LLMs
https://thudm.github.io/AgentTuning/
1.36k stars 95 forks source link

Does the docker contain the training dataset? #64

Closed zhiyuanc2001 closed 1 month ago

zhiyuanc2001 commented 1 month ago

Thank you for your outstanding work.

While creating the training data, I pulled the Docker image using docker pull learningrate/agentbench-alfworld and noticed that the environment already contains all the data (train, valid_seen, valid_unseen) from the original Alfworld project. Therefore, I would like to confirm if the other Docker environment (e.g., learningrate/agentbench-webshop) also includes all the data from the original repository.

This way, I can directly use your Docker environment to generate data without needing to configure the environment separately for each dataset.

Thanks. :-)