rlgraph / rlgraph

RLgraph: Modular computation graphs for deep reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ Agents ] Separate out root component definition of Agents.

sven1977 opened this issue · comments

This has the advantage that the root's Component API (of the root component, e.g. preprocess_states, update_from_memory) will be separated from the Agent API (e.g. update()). They are two different things and may be confused with each other a lot.