rlworkgroup/garage

Add support for multiple layers for recurrent network models

开放

#709 创建于 2019年6月1日

 (0 条评论) (0 个反应) (0 位负责人)Python (297 个派生)batch import
featuregood first issuetf

仓库指标

星标
 (1,728 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Current recurrent network models, e.g. LSTMModel, only take single recurrent layer, which may not be sufficient for learning complex tasks. We should support multiple layers.

贡献者指南