Skip to content
Snippets Groups Projects
Commit 1c7a2995 authored by GATEAU Thibault's avatar GATEAU Thibault
Browse files

[julia] completing install process

parent 5e4013f5
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
# include("/home/tgateau/git/t.gateau/biblio/HTN/exercices/doors-keys-gems/testTG.jl")
using PDDL, SymbolicPlanners, PlanningDomains,GLMakie
using PDDL, SymbolicPlanners, PlanningDomains
using GLMakie
using PDDLViz
#import PDDLViz
......
# Plan execution
## Resources
### Planimation
......@@ -11,9 +13,32 @@ planimation02.png
### PDDLViz written in Julia
The [PDDLViz website](https://github.com/JuliaPlanners/PDDLViz.jl) and a running example in the "doors-keys-gems/" folder, with a 'example.jl' script.
##### PDDLViz.jl
A library for visualizing, animating, and interacting with PDDL domains, built on top of [Makie.jl](https://github.com/MakieOrg/Makie.jl).
##### Installation
Press `]` at the Julia REPL to enter the package manager, then install this package along with `PDDL` and a `Makie` backend of your choice (e.g. `GLMakie`):
```
add PDDLViz
add PDDL GLMakie
```
```
julia
# or
# ~/git/tools/julia/julia-1.8.5/bin/julia
using PDDL, SymbolicPlanners, PlanningDomains
using GLMakie
```
### HyperTensioN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment