rlgraph / rlgraph

RLgraph: Modular computation graphs for deep reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Algorithm] Investigate duelling container architectures

michaelschaarschmidt opened this issue · comments

Due to problematic performance in gridworld test environments, there is a high probability duelling networks are not working as intended with container actions. We need to determine how to design dueling architectures for container (one dueling set per action?).

Implemented now.