@misc{Mitrevski2020, author = {Mitrevski, Alex}, title = {Robot action execution model learning data}, doi = {10.5281/zenodo.3968983}, institution = {Fachbereich Informatik}, year = {2020}, abstract = {Short summary This dataset accompanies our paper A. Mitrevski, P. G. Pl{\"o}ger, and G. Lakemeyer, "Representation and Experience-Based Learning of Explainable Models for Robot Action Execution," in Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2020. Contents There are three zip archives included, each of them a dump of a MongoDB database corresponding to one of the three experiments in the paper: Grasping a drawer handle (handle_drawer_logs.zip) Grasping a fridge handle (handle_fridge_logs.zip) Pulling an object (pull_logs.zip) All three experiments were performed with a Toyota HSR. Only the data necessary for learning the models used in our experiments are included here. Usage After unzipping the archives, each database can be restored with the command mongorestore [directory_name] This will create a MongoDB database with the name of the directory (handle_drawer_logs, handle_fridge_logs, and pull_logs). Code for processing the data and model learningĀ can be found in ourĀ GitHub repository.}, language = {en} }