facebookresearch / craftassist

A virtual assistant bot in Minecraft
MIT License
611 stars 78 forks source link

datasets #18

Closed scatterp3 closed 4 years ago

scatterp3 commented 4 years ago

I have downloaded all the datasets but it is not specified how where to extract them in order for the bot to gain this knowledge

https://github.com/facebookresearch/craftassist#datasets

kavyasrinet commented 4 years ago

Hi @scatterp3 , Thanks for creating the issue.

The bot already uses models that have been trained on these datasets -- specifically the dialogue and the segmentation datasets. In addition, we have also released the house dataset that the bot currently doesn't use in any way but can be used for research purposes. We published a paper that trained a model on this dataset.

More detailed description of these datasets is described in our framework paper.

That being said, you don't need to do anything additional with these datasets in order to set up the framework and play with the bot.

kavyasrinet commented 4 years ago

Hi @scatterp3 , Could you please confirm if the above answers your question ?

scatterp commented 4 years ago

yes thank you also for your information I read paper that confirmed feeding baritone data works very well if you want more data that is (tested on mineml)

kavyasrinet commented 4 years ago

Great! thanks a lot. Closing this issue for now but feel free to reopen / create a new issue if there are any followup questions.