AI-Planning / AI-Planning/api-tools

New Bounds for scanalyzer

Ouverte
#8 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
Python
Étoiles
14
Forks
8
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

[These plans](https://github.com/AI-Planning/api-tools/files/6435170/improved_plans.tar.gz) seem to not be accepted by the API (`val` is throwing an error). Code attempted to include them:

```python
# IPC-2008
collection_id = 6
# scanalyzer
domain_id = 63

problems = api.get_problems(domain_id)
problem = problems[0]

problem_id = problem['problem_id']
plan = api.get_plan(problem_id)

api.submit_plan(problem_id, plan)
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.