AI-Planning / AI-Planning/api-tools
New Bounds for scanalyzer
未关闭
bug
- 主要语言
- Python
- 星标
- 14
- 派生
- 8
- PR 合并指标
- 30 天内没有已合并 PR
描述
[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)
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。