diff --git a/agents.py b/agents.py index db93ca795..a814baed1 100644 --- a/agents.py +++ b/agents.py @@ -134,7 +134,7 @@ def RandomAgentProgram(actions): """An agent that chooses an action at random, ignoring all percepts.""" return lambda percept: random.choice(actions) -# ______________________________________________________________________________ +# ______________________________________________________________________________!!! def SimpleReflexAgentProgram(rules, interpret_input):