jsphon / reinforcement_learning

Python Package For Reinforcement Learning
0 stars 0 forks source link

Add API for playing an epoch #1

Closed jsphon closed 7 years ago

jsphon commented 7 years ago

We've made a good start on fitting a model in RLSystem, with Grid system as a subclass, but we need to play the game to see how well it does.

jsphon commented 7 years ago

This has been implemented with the Episode class.