Skip to main content

CNF/SAT-based information-theoretic online action model learning

Project description

information-gain-aml

A CNF/SAT-based information-theoretic approach for online action model learning in PDDL planning domains.

The algorithm maintains uncertainty over preconditions and effects using CNF formulas, selects actions that maximize expected information gain, and converges toward the true action model through online interaction with the environment.

Installation

pip install information-gain-aml

Quick Start

from information_gain_aml.algorithms.information_gain import InformationGainLearner

learner = InformationGainLearner(
    domain_file="path/to/domain.pddl",
    problem_file="path/to/problem.pddl",
)

# Select an action based on expected information gain
action_name, objects = learner.select_action(current_state)

# After observing the outcome, update the model
learner.update_model()

Key Features

  • CNF-based uncertainty representation -- precondition and effect knowledge encoded as SAT formulas
  • Information-theoretic action selection -- picks actions that maximize expected information gain
  • Lifted learning -- learns at the operator level, generalizing across object instances
  • Object subset selection -- scales to large domains by focusing on relevant object subsets
  • Parallel gain computation -- optional multiprocessing for large action spaces

Configuration

learner = InformationGainLearner(
    domain_file="domain.pddl",
    problem_file="problem.pddl",
    max_iterations=1000,                  # max learning iterations
    use_object_subset=True,               # object subset selection (default: True)
    spare_objects_per_type=2,             # extra objects per type beyond minimum
    num_workers=None,                      # parallel workers (None=auto, 0=sequential)
    learn_negative_preconditions=True,    # include negative precondition candidates
)

Requirements

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

information_gain_aml-0.2.1.tar.gz (60.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

information_gain_aml-0.2.1-py3-none-any.whl (68.4 kB view details)

Uploaded Python 3

File details

Details for the file information_gain_aml-0.2.1.tar.gz.

File metadata

  • Download URL: information_gain_aml-0.2.1.tar.gz
  • Upload date:
  • Size: 60.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for information_gain_aml-0.2.1.tar.gz
Algorithm Hash digest
SHA256 ae776edcfae6cc935614bbc5506f7df3444c7f6ed4e243f35b893c1554c9259b
MD5 f74a4f3c9a70f7a0f7775bdde13eab0f
BLAKE2b-256 3d95bdfef264c013a4a69d231a1eacb82289baf479c8b6933e34bf6e389e0826

See more details on using hashes here.

Provenance

The following attestation bundles were made for information_gain_aml-0.2.1.tar.gz:

Publisher: publish.yml on omereliy/online_model_learning

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file information_gain_aml-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for information_gain_aml-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 67719cd6c32345eb5bc200a0ead4c5ccb8f9942e71eefbf7bd5f25838161dfc3
MD5 627d1d6cee8df602980e8b7f03851a1b
BLAKE2b-256 b4eb05bb2ca7f11e1756540a2874f1b1c3e65a447022c0fdd313b426d9900c7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for information_gain_aml-0.2.1-py3-none-any.whl:

Publisher: publish.yml on omereliy/online_model_learning

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page