bb4 / bb4-Q-learning

A generic Q-Learning with an example Tic-Tac-Toe implementation which uses it
MIT License
2 stars 0 forks source link

Evaluation. Add option to run many runs to determine error #7

Closed barrybecker4 closed 5 years ago

barrybecker4 commented 6 years ago

We need a quantitative way of finding the error. There should be an Evaluator trait with implementation for each problem type.

barrybecker4 commented 5 years ago

done.