New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sam-learner

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sam-learner

Safe Action Model Learner

  • 2.1.9
  • PyPI
  • Socket score

Maintainers
1

Safe Action Model Learning

SAM learner is an algorithm to efficiently and safely learn action models of STRIPS problems.

This repository contains two variations of the algorithm:

  • The classic SAM learning algorithm.
  • Lightweight version of ESAM learning algorithm.

The code is also available as a package to download in PyPI.

Requirements:

The repository's code is currently running using Python >= 3.8. In addition, This code is currently depending on the on version 1.3 of pyperplan.

Installation:

From the Python package index (PyPI):

pip install sam-learner

Features:

The repository offers two variants of the SAM learning algorithm, the classical SAM learning algorithm as well as a lightweight version of the Extended SAM learning algorithm.

Classical SAM Learning:

  • Learn lifted action model of classical PDDL problems.
  • Currently, supports PDDL-1.2 only.
  • Export learned domain via domain export functionality.

Extended SAM Learning:

  • Learn lifted action model of classical PDDL problems.
  • Extends SAM to also learn action models in case that there is an ambiguity in the actions' execution process.
  • Currently, supports PDDL-1.2 only.
  • Export learned domain via domain export functionality.

New Feature:

Now the code outputs trajectories in a format that FAMA action model learning can read and translate.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc