ReinFlow commited on
Commit
b6d4be6
·
verified ·
1 Parent(s): 29b0e22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ This repository contains the core data, checkpoints, and training records for the paper "ReinFlow: Fine-tuning Flow Matching Policy with Online Reinforcement Learning".
6
+
7
+ **data-offline**: This directory includes the train.npz and normalization.npz files for OpenAI Gym tasks, derived and normalized from the official D4RL datasets. An exception is the Humanoid-v3 environment, where the data was collected from our pre-trained SAC agent.
8
+ Note that these datasets differ from those used in our reference paper DPPO, as the DPPO dataset curation process was not disclosed. Instead, we opted to use the official D4RL datasets, which include offline RL rewards, unlike the DPPO datasets. These rewards enable the data to support training offline-to-online RL algorithms for flow matching policies, such as FQL.
9
+ Datasets for other tasks can be automatically downloaded using the pre-training scripts in our repository and are not uploaded to this Hugging Face repository.
10
+
11
+ **log**: This directory contains pre-trained and fine-tuned model checkpoints. The pre-trained checkpoints include DDPM, 1-Rectified Flow, and Shortcut Models trained on the OpenAI Gym-D4RL dataset, Franka Kitchen dataset, and robomimic datasets (processed as per DPPO).
12
+
13
+ **visualize**: This directory includes the figures presented in the paper and the corresponding training records (in .csv files) required to reproduce them. These data can serve as a baseline for developing new algorithms and benchmarking against our method.
14
+
15
+
16
+