christianhidber / easyagents

Reinforcement Learning for Practitioners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for persistence

christianhidber opened this issue · comments

Agents should have additional function .save(directory) and .load(directory / filename) to save and load a model. Additionally a save.Best() callback would be nice, which stores the model during training whenever it is better (larger avg reward in during evaluation).

implemented in v1.4