This repository contains code used in the paper Meta Reinforcement Learning for Heuristic Planning. For the task selection method used in the paper please refer to: ITTS. The envs folder contains the scripts used to translate PDDL files to Open AI gym domains.
- python 3.*
- numpy
- tensorflow v1.7+
- garage
- gym
- scipy
- pddlpy
For PDDL files used in the experiments please take a look at: http://planning.domains/
For training the models check rl2.py For testing use model_test.py
Part of the code was influenced by :