Skip to content

aicenter/Optimize-Planning-Heuristics-to-Rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grid-domains

Code for NeurIPS 2023 paper Optimize Planning Heuristics to Rank, not to Estimate Cost-to-Goal

This repository contains the grid domains, namely, Sokoban, Maze-with-teleports and Sliding tile.

For the PDDL domains, unzip the NeuroPlanner repository. Alternatively, go to NeuroPlanner.


Dependencies:

Tensorflow: Version: 2.14.0
Numpy version: 1.21.1

Note: Astar/Gbfs with bellman loss might fail for some higher pip versions. Try to downgrade pip if that is the case.


Run $pip install networkx to create the search tree graph.

Example usage:

$ cd sokoban
$ cd train
$ python3 main.py --alg astar --loss lstar

About

Optimize Planning Heuristics to Rank, not to Estimate Cost-to-Goal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages