Closed jsphon closed 7 years ago
We shouldn't really have two functions.
Instead, we should have a learn function that accepts an object that implements the get_training_arrays interface, where get_training_arrays returns X, y training data.
Created the Experience interface class.
We shouldn't really have two functions.
Instead, we should have a learn function that accepts an object that implements the get_training_arrays interface, where get_training_arrays returns X, y training data.