Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonZChen committed Jan 14, 2025
1 parent 2f739d4 commit 9a2dedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ The feature generators implemented thus far are
| 2-WL | `kwl2` | J. Cai, M. Fürer, N. Immerman: An optimal lower bound on the number of variables for graph identification. Combinatorica (1992) |
| Local 2-WL (2-LWL) | `lwl2` | C. Morris, K. Kersting, P. Mutzel: Glocalized Weisfeiler-Lehman Graph Kernels: Global-Local Feature Maps of Graphs. ICDM 2017 |
| Continuous-Categorical WL (ccWL) | `ccwl` | D. Z. Chen, S. Thiébaux: Graph Learning for Numeric Planning. NeurIPS 2024 |
| individualised WL (iWL) | `iwl` | coming soon |
| normalised iWL (niWL) | `niwl` | coming soon |
| individualised WL (iWL) | `iwl` | D. Z. Chen: WLPlan: Relational Features for Symbolic Planning. arXiv 2024 |
| normalised iWL (niWL) | `niwl` | D. Z. Chen: WLPlan: Relational Features for Symbolic Planning. arXiv 2024 |

## Usage
Examples for how to use the package include this self-contained [notebook](docs/examples/blocksworld.ipynb) and [test](tests/test_train_eval_blocks.py), as well as the [GOOSE](https://github.com/DillonZChen/goose) framework.

0 comments on commit 9a2dedf

Please sign in to comment.