This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
AbductiveLearning
/
ABLkit
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
add __init__ in reasoning
pull/4/head
troyyyyy
2 years ago
parent
3bfd2c8d11
commit
b9f507910a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
abl/reasoning/__init__.py
+ 2
- 2
abl/reasoning/__init__.py
View File
@@ -1,2 +1,2 @@
from .
reasoner import ReasonerBase
from .
kb import KBBase, prolog_KB
from .
kb import KBBase, GroundKB, PrologKB
from .
reasoner import ReasonerBase
Write
Preview
Loading…
Cancel
Save