From 0eca4ce5625da133c771d1b25aeefe0081a6d40b Mon Sep 17 00:00:00 2001 From: jgraycox-coa <67813307+jgraycox-coa@users.noreply.github.com> Date: Sat, 26 Jun 2021 07:44:19 -0400 Subject: [PATCH] Update agents.py open for practice --- agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents.py b/agents.py index d29b0c382..2d5cd858c 100644 --- a/agents.py +++ b/agents.py @@ -1,5 +1,5 @@ """ -Implement Agents and Environments. (Chapters 1-2) +Implement Agents and Environments. (Chapters 1-2) -- with options for dialogical reasoning. The class hierarchies are as follows: