rlgraph / rlgraph

RLgraph: Modular computation graphs for deep reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add stateful-support to LSTMLayers.

sven1977 opened this issue · comments

LSTMLayers should be able to store the last returned internal-state and use it for the next pass through (similar to Keras).
Requires a reset method.
Requires batch-size checking between a state-storing call and the next call (not following a reset).