sentenai / reinforce

Reinforcement learning in haskell
https://sentenai.github.io/reinforce/
BSD 3-Clause "New" or "Revised" License
44 stars 17 forks source link

Migrate from RWST to a History typeclass #2

Open stites opened 7 years ago

stites commented 7 years ago

This way we can do things like swap out the aggregation of history (currently a dlist) with real-time inspection of an agent's behaviour. We could also simply use this to let the user choose whether or not to omit history when running the environment.