simulatrex / simulatrex-engine

Enable decision-making based on simulations
https://simulatrex.com
Apache License 2.0
217 stars 20 forks source link

Decision Feedback Loop #9

Closed d42me closed 5 months ago

d42me commented 8 months ago

Introduction of a feedback loop where the outcomes of agent.evaluate() influence the agent.think() process in the next iteration. This represents learning or adaptation by the agents based on the consequences of their actions.