diff --git a/README.md b/README.md index fa384d7f..e8c01863 100644 --- a/README.md +++ b/README.md @@ -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()