DiscoverAI / pungi

Machine learning client for snake
MIT License
0 stars 0 forks source link

Generify trainer #5

Open falcowinkler opened 5 years ago

falcowinkler commented 5 years ago

The module that runs a training (runs the episodes and updates the model) is hard-wired to out q-learning tabular method. We should program to a model abstraction here, so we can reuse the trainer code to train with the tabular model as well as the neural net