Skip to content

Codification used in the paper "Towards Zero-Shot Autonomous Inter-task Mapping through Object-Oriented Task Description". Workshop on Transfer in Reinforcement Learning (TiRL) at AAMAS-17

Notifications You must be signed in to change notification settings

f-leno/TiRL_Leno_et_al

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Towards Zero-Shot Autonomous Inter-Task Mapping through Object-Oriented Task Description

This is the codification used in the TiRL 2017 paper proposing the object-oriented Probabilistic Inter-Task Mapping. You are free to use all or part of the codes here presented for any purpose, provided that the paper is properly cited and the original authors properly credited. All the files here shared come with no warranties.

Paper bib entry:

@inproceedings{SilvaAndCosta2017,
author = {Silva, Felipe Leno da and
Anna Helena Reali Costa},
title = {{Towards Zero-Shot Autonomous Inter-Task Mapping through Object-Oriented Task Description}},
booktitle = {Proceedings of the 1st Workshop on Transfer in Reinforcement Learning (TiRL) at AAMAS},
year = {2017}
}


This project was built on Python 2.7. Standard Python should be enough to execute the experiments, the graph generation code was originally published at https://github.com/f-leno/AdHoc_AAMAS-17 and for that you will need to install Jupyter Notebook (http://jupyter.readthedocs.io/en/latest/install.html).

Files

The folder prey-predator contains all the Python source files.

The folders log and qtables contain pre-executed experiments that were used in the paper

How to use

The folder code stores all implementations. The expScript.py file executes all the experiments.

Executing again all experiments will take a long time. To print again all the graphs using the pre-generated result files, execute the file evaluation-leno.ipynb using jupyter notebook.

Contact

For questions about the Codification or paper, please send an email to the first author.

About

Codification used in the paper "Towards Zero-Shot Autonomous Inter-task Mapping through Object-Oriented Task Description". Workshop on Transfer in Reinforcement Learning (TiRL) at AAMAS-17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published