rlworkgroup/garage

Split GaussianMLPModel into several variants

Open

#587 opened on Mar 19, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (297 forks)batch import
good first issuetf

Repository metrics

Stars
 (1,728 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The current GaussianMLPModel actually represents several architecture variants, which makes it difficult to use and to test. We should split it into several variants based on architecture (and possibly parameterization)

description mean std_param
fixed variance MLP1 parameter (trainable or not)
split network MLP1 MLP2
shared network/multi-headed MLP1/head1 MLP1/head2

Contributor guide