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 還沒有評估資料。