Skip to content

Commit 91730c4

Browse files
authored
Update README.md
1 parent 6713d5b commit 91730c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
5252
apl = AutomatedPlanner("data/domain.pddl", "data/problem.pddl)
5353

5454
apl.initial_state

0 commit comments

Comments
 (0)