rlgraph / rlgraph

RLgraph: Modular computation graphs for deep reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Core] Utility to register custom networks.

michaelschaarschmidt opened this issue · comments

Instead of users extending components and overriding the lookup dicts,
a simple utility like:

rlgraph.register_component() or rlgraph.register_network()

would make it easier to use custom architectures.

Custom value functions are not supported via a helper in model_utils. Can think about adding further utils there.