-
Updated
Jan 21, 2020 - Python
normalizing-flows
Here are 46 public repositories matching this topic...
-
Updated
Apr 23, 2020 - Python
-
Updated
Jul 5, 2019 - Python
-
Updated
Jul 4, 2020
-
Updated
Apr 27, 2019 - Python
-
Updated
Jun 28, 2019 - Python
-
Updated
Dec 2, 2019 - Jupyter Notebook
Hey! I believe you should reparameterize u and w in the planar flow like they do in the pymc3 (link below) to ensure the planar flow transformation is invertible, see the appendix in the paper https://arxiv.org/abs/1505.05770.
-
Updated
Jun 27, 2020 - Jupyter Notebook
-
Updated
Jan 26, 2017 - Python
-
Updated
Apr 1, 2020 - Python
-
Updated
Jul 3, 2020 - Jupyter Notebook
-
Updated
Jan 30, 2020 - Jupyter Notebook
-
Updated
Jul 8, 2020 - Jupyter Notebook
-
Updated
Jul 8, 2020 - Python
-
Updated
May 23, 2020 - Python
-
Updated
Oct 6, 2018 - Python
-
Updated
Mar 12, 2020 - Python
-
Updated
Nov 26, 2018 - Python
-
Updated
Jul 22, 2019 - Jupyter Notebook
-
Updated
Mar 30, 2020 - Python
-
Updated
Jun 4, 2020 - Python
-
Updated
May 23, 2020 - Jupyter Notebook
Currently we use a very ad-hoc procedure for scaling the quadratic component of NAF when used for exploration:
https://github.com/angelolovatto/raylab/blob/9820275b17ee085e1955a6d845c0bdf61333f8da/raylab/algorithms/naf/naf_policy.py#L150-L155
A possibly better alternative would be to scale it based on the desired average action stddev. Something like:
scale_tril * (1.0 / average_st-
Updated
Sep 14, 2018 - Python
-
Updated
Jul 7, 2020
-
Updated
Aug 11, 2019 - Python
-
Updated
Feb 6, 2019 - Jupyter Notebook
-
Updated
Dec 10, 2017 - Jupyter Notebook
Improve this page
Add a description, image, and links to the normalizing-flows topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the normalizing-flows topic, visit your repo's landing page and select "manage topics."
At the moment the framework is difficult to get started with for newcomers. Without reading the code it's not clear what modules there are and how they're supposed to be used.
To begin with, I think the README could be improved. We should include:
Distribution,Transformation,Flow) and how they're related.