AI-Planning / AI-Planning/planutils
Migrate to Anaconda
- Lingua principale
- Shell
- Stelle
- 140
- Fork
- 37
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Idea would be to lean on a pre-existing package manager to deal with the web of dependencies, versioning, etc.
(from @jendrikseipp )
Install `planutils` as a thin wrapper to Anaconda:
```
pip install planutils
```
Install conda, create and activate new environment into which packages will be installed, add conda package repository with conda packages for planners:
```
planutils setup
```
Ask user whether to install lama conda package, then possibly run lama:
```
lama domain.pddl problem.pddl
```
Added benefits of having minimal impact on `.bashrc` edits and a sandboxed environment for the planning stuff.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.