AI-Planning / AI-Planning/api-tools

New Bounds for scanalyzer

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
14
Forks
8
PR merge metrics
No merged PRs in 30d

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)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.