Skip to content

Commit

Permalink
[Fix] README example import typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 authored Sep 9, 2024
1 parent 0aa40e9 commit 642e128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class MyAgent(Agent[MyComplexState]):
## Complete Example

```py
from ldp.agents import SimpleAgent
from ldp.agent import SimpleAgent
from aviary.env import DummyEnv

env = DummyEnv()
Expand Down

0 comments on commit 642e128

Please sign in to comment.