This commit is contained in:
2023-12-02 09:27:42 +00:00
parent 58c7b80c4e
commit 5681c2350d

View File

@@ -232,7 +232,7 @@ end
function checkTotalStepInPlan(a::agent)
headers = []
for (k, v) in agent.memory[:shortterm]
for (k, v) in a.memory[:shortterm]
push!(headers, k)
end