Metadata-Version: 2.0
Name: instruction-graph
Version: 0.2.0
Summary: An implementation of Transferable Augmented Instruction Graph
Home-page: https://github.com/AMR-/instruction_graph
Author: Aaron Roth and others
Author-email: coralpeppercmu@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Home Automation
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: klepto

Instruction Graph
=================

This package provides the Instruction Graph framework.

Use it to create and execute task plans for robots or other agents.  Specials are that task plans created using
this library can be run on any robot that uses this library. In this manner, task plans become very transferable.
Differences between physical and software differences in robots can be accounted for.

See documentation on the github_ .

.. _github: https://github.com/AMR-/instruction_graph


