Skip to content

Commit

Permalink
Merge pull request #81 from AI-Planning/macq
Browse files Browse the repository at this point in the history
Adding MACQ lib.
  • Loading branch information
haz authored Jun 3, 2022
2 parents 5b30f8c + 8576b77 commit 85603f0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions planutils/packages/macq/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

# General setup / configuration
pip3 install macq

6 changes: 6 additions & 0 deletions planutils/packages/macq/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "MACQ",
"description": "A collection of tools for planning-like action model acquisition from state trace data",
"install-size": "74K",
"dependencies": []
}
3 changes: 3 additions & 0 deletions planutils/packages/macq/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

pip3 uninstall macq
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setuptools.setup(name='planutils',
version='0.5.7',
version='0.5.8',
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 85603f0

Please sign in to comment.