final working i think

This commit is contained in:
mia 2026-04-23 10:39:31 +02:00
parent e4fca60692
commit ed2bfe4f88
4 changed files with 11 additions and 5 deletions

View file

@ -25,6 +25,8 @@ def test_best_future_reward(ai):
def test_choose_action(ai):
print("\n--- Testing choose_action ---")
print(ai.choose_action([1,1,1,0]))
print(ai.choose_action([1,1,1,0], epsilon=False))
if __name__ == "__main__":