Skip to content
forked from GCrispino/lao

LAO* IA planning algorithm implementation

Notifications You must be signed in to change notification settings

dbrunonascimento/lao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lao

LAO* IA planning algorithm implementation

This repository contains a implementation for the LAO* algorithm (defined by Hansen and Zilberstein).

Running

To get instructions on how to execute the program, run the following:

$ python main.py --help

Two environment files are provided as examples (two grid world test examples) in env-paper.json and env1.json.

Testing

There is also a test suite defined in the test folder that can be run with pytest.

About

LAO* IA planning algorithm implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%