File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ $ julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.
3636
3737``` bash
3838$ python3 -m pip install --upgrade pip
39- $ git clone https://github.com/APLA-Toolbox/pyjulia- pddl
40- $ cd pyjulia- pddl
39+ $ git clone https://github.com/APLA-Toolbox/pddl-plarser
40+ $ cd pddl-plarser
4141$ python3 -m pip install -r requirements.txt
4242```
4343
4444# REFL Mode
4545
46- - Clone the repository: ` git clone https://github.com/APLA-Toolbox/pyjulia- pddl `
47- - Move to the repository folder: ` cd pyjulia- pddl `
46+ - Clone the repository: ` git clone https://github.com/APLA-Toolbox/pddl-plarser `
47+ - Move to the repository folder: ` cd pddl-plarser `
4848- Run ` python3 ` in the terminal.
4949- Use the AutomatedPlanner class to do what you want:
5050``` python
51- from src.pddl import AutomatedPlanner # takes some time because it has to instantiate the Julia interface
51+ from src.automated_planner import AutomatedPlanner # takes some time because it has to instantiate the Julia interface
5252apl = AutomatedPlanner(" data/domain.pddl" , " data/problem.pddl)
5353
5454apl.initial_state
You can’t perform that action at this time.
0 commit comments