SCClassicalPlanning 0.9.0

dotnet add package SCClassicalPlanning --version 0.9.0
NuGet\Install-Package SCClassicalPlanning -Version 0.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SCClassicalPlanning" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SCClassicalPlanning --version 0.9.0
#r "nuget: SCClassicalPlanning, 0.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SCClassicalPlanning as a Cake Addin
#addin nuget:?package=SCClassicalPlanning&version=0.9.0

// Install SCClassicalPlanning as a Cake Tool
#tool nuget:?package=SCClassicalPlanning&version=0.9.0

SCClassicalPlanning

Basic but fully functional and documented classical planning implementations. Somewhat influenced by chapter 10 of Artificial Intelligence: A Modern Approach (3rd Edition - ISBN 978-1292153964). Intended first and foremost to assist with learning and experimentation, but will (by the time v1 arrives) include extension points (and async support) so that it is at least conceivable that it could be (extended to be) useful in a production scenario. Includes:

  • A model for planning problems that consists of Problem, Domain, State, Goal, Action, and Effect. Note that while this is a smaller model than even the earliest versions of PDDL, it does go further than chapter 10 of AIaMA - partly out of necessity (to create a coherent set of functionality), and partly to (partially!) "bridge the gap" between the rough ideas in this chapter and real, production-ready planners.
  • A few basic planner implementations. One that uses state space search, one that uses goal space search, and one that uses Graphplan.

As mentioned above, the main goal here is for it to be a resource for learning and experimentation. As such, care has been taken to include good type and member documentation, as well as Source Link to allow for debugging - and explanatory inline comments in the source code where appropriate.

Full documentation can be found on the documentation website.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 215 3/15/2023
0.8.0 226 1/31/2023
0.7.0 105 1/7/2023
0.6.1 87 12/17/2022
0.6.0 86 12/10/2022
0.5.0 89 10/28/2022
0.4.0 366 10/9/2022
0.3.0 344 10/7/2022
0.2.1 350 10/7/2022
0.2.0 324 10/6/2022
0.1.0 341 10/5/2022