Browse Source

Update readme.md

pull/3/head
troyyyyy GitHub 3 years ago
parent
commit
2f2dd6d1fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      readme.md

+ 11
- 1
readme.md View File

@@ -3,7 +3,17 @@
This is the code repository of abductive learning Package.

## Environment dependency
...

#### Install Swipl
[http://www.swi-prolog.org/build/unix.html](http://www.swi-prolog.org/build/unix.html)

#### Install required package

```shell
pip install zoopt
pip install pyswip==0.2.9
```


## Example
share_example.py and nonshare_exaple.py are examples of grounded abductive learning.


Loading…
Cancel
Save