FloRL
Implicit Normalizing Flows + Reinforcement Learning
Install / Use
/learn @joeybose/FloRLREADME
Improving Exploration in SAC with Normalizing Flows Policies
This codebase was used to generate the results documented in the paper "Improving Exploration in Soft-Actor-Critic with Normalizing Flows Policies". Patrick Nadeem Ward<sup>*12</sup>, Ariella Smofsky<sup>*12</sup>, Avishek Joey Bose<sup>12</sup>. INNF Workshop ICML 2019.
- <sup>*</sup> Equal contribution, <sup>1</sup> McGill University, <sup>2</sup> Mila
- Correspondence to:
- Patrick Nadeem Ward <Github: NadeemWard, patrick.ward@mail.mcgill.ca>
- Ariella Smofsky <Github: asmoog, ariella.smofsky@mail.mcgill.ca>
Requirements
Run Experiments
Gaussian policy on Dense Gridworld environment with REINFORCE:
TODO
Gaussian policy on Sparse Gridworld environment with REINFORCE:
TODO
Gaussian policy on Dense Gridworld environment with reparametrization:
python main.py --namestr=G-S-DG-CG --make_cont_grid --batch_size=128 --replay_size=100000 --hidden_size=64 --num_steps=100000 --policy=Gaussian --smol --comet --dense_goals --silent
Gaussian policy on Sparse Gridworld environment with reparametrization:
python main.py --namestr=G-S-CG --make_cont_grid --batch_size=128 --replay_size=100000 --hidden_size=64 --num_steps=100000 --policy=Gaussian --smol --comet --silent
Normalizing Flow policy on Dense Gridworld environment:
TODO
Normalizing Flow policy on Sparse Gridworld environment:
TODO
To run an experiment with a different policy distribution, modify the --policy flag.
References
- Implementation of SAC based on PyTorch SAC.
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
13.8kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
000-main-rules
Project Context - Name: Interactive Developer Portfolio - Stack: Next.js (App Router), TypeScript, React, Tailwind CSS, Three.js - Architecture: Component-driven UI with a strict separation of conce
