final working i think
This commit is contained in:
parent
e4fca60692
commit
ed2bfe4f88
4 changed files with 11 additions and 5 deletions
2
test.py
2
test.py
|
|
@ -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__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue