MJeremy2017 / reinforcement-learning-implementation

Reinforcement Learning examples implementation and explanation
MIT License
320 stars 245 forks source link

'bool' object no callable #12

Open Slurbisaur opened 2 years ago

Slurbisaur commented 2 years ago

isn't the isEndFunc returniung a boolean value? I think it should be in state False when initialising but it turns True when the game is over ... in the play Function (else:) the object is called and throws an error for me TypeError: 'bool' object is not callable

if there is an idea how to fix that please let me know :)