Skip to content

Commit

Permalink
cleaned readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTantakoun committed Dec 12, 2024
1 parent a015588 commit bc288b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ L2P is an offline, natural language -to- planning model system that supports dom

This is the general setup to build domain predicates:
```python
import os
from l2p import *
from l2p.llm_builder import OPENAI
from l2p.utils import load_file
from l2p.domain_builder import DomainBuilder

domain_builder = DomainBuilder()

Expand Down

0 comments on commit bc288b3

Please sign in to comment.