Skip to content

A Python utility to execute single-agent search algorithms and represent search environments.

License

Notifications You must be signed in to change notification settings

nathansamsel/python-sa-pathfinding

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status Requirements Status
Coverage Status
package

A python utility to execute single-agent searches on environments

  • Free software: MIT license

Installation

pip install sa-pathfinding

You can also install the in-development version with:

pip install https://github.com/nathansamsel/python-sa-pathfinding/archive/master.zip

Documentation

https://python-sa-pathfinding.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

A Python utility to execute single-agent search algorithms and represent search environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published