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.
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. :-)