Flow Gym
Project description
Flow Gym
flowgym is a library for reward adaptation of any pre-trained flow model on any data modality.
Installation
In order to install flowgym, execute the following command:
pip install flowgym
flowgym requires PyTorch 2.3.1, and there may be other hard dependencies. Please open an issue if installation fails through the above command.
Molecule environments depend on FlowMol, which currently needs to be installed manually:
pip install git+https://github.com/cristianpjensen/FlowMol.git@8f4c98cbe68111e4e63480b250d925b6d960d3bc
Some image rewards depend on the clip package, which needs to be installed manually as well:
pip install git+https://github.com/openai/CLIP.git
High-level overview
Diffusion and flow models are largely agnostic to their data modality. They only require that the underlying data type supports a small set of operations. Building on this idea, flowgym is designed to be fully modular. You only need to provide the following:
- Data type
YourDataTypethat implementsFlowProtocol, which defines some functions necessary for interacting with it as a flow model. - Base model
BaseModel[YourDataType], which defines the scheduler, how to sample $p_0$, how to compute the forward pass, and how to preprocess and postprocess data. - Reward function
Reward[YourDataType].
Once these are defined, you can sample from the flow model and apply reward adaptation methods, such as Value Matching.
Documentation
Much more information can be found in the documentation, including tutorials and API references.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flowgym-1.11.tar.gz.
File metadata
- Download URL: flowgym-1.11.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f528e2ccaae3ee74ae1c1a79d552b16e3963ef7a5efe698dba6c4c87678ccc92
|
|
| MD5 |
0419845419b5eb49b91df2674691ce0b
|
|
| BLAKE2b-256 |
66bc6080c1780df496ffc756526d07a352b14915c1ec328add2e0f9d0d709d52
|
File details
Details for the file flowgym-1.11-py3-none-any.whl.
File metadata
- Download URL: flowgym-1.11-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97e83e6546aded063c0bda775f0d66ce7ac6a6d8f78a2f2ecbd573de1cee4546
|
|
| MD5 |
833cbfaec1f8f4801657537e35d211d4
|
|
| BLAKE2b-256 |
c8b7d439be4372f44ac26fc4e170d2b137134374e0374edd10aac84aac1b1895
|