rlgraph / rlgraph

RLgraph: Modular computation graphs for deep reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[API] Describe full kwargs in agents, not **kwargs.

michaelschaarschmidt opened this issue · comments

Agent API would be more readable if each agent listed its full kwargs, instead of having them as **kwargs.

Now updated in all agents except IMPALA which needs an api cleanup following policy changes.