SCClassicalPlanning 0.10.0
dotnet add package SCClassicalPlanning --version 0.10.0
NuGet\Install-Package SCClassicalPlanning -Version 0.10.0
<PackageReference Include="SCClassicalPlanning" Version="0.10.0" />
paket add SCClassicalPlanning --version 0.10.0
#r "nuget: SCClassicalPlanning, 0.10.0"
// Install SCClassicalPlanning as a Cake Addin #addin nuget:?package=SCClassicalPlanning&version=0.10.0 // Install SCClassicalPlanning as a Cake Tool #tool nuget:?package=SCClassicalPlanning&version=0.10.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, IState, 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 | Versions 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. |
-
net6.0
- Antlr4.Runtime.Standard (>= 4.13.1)
- SCFirstOrderLogic (>= 6.0.0-pre.1)
- SCGraphTheory.Search (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.