File size: 853 Bytes
c0a972e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
tags:
- robotics
- reinforcement-learning
- vision-language-action
- openpi
- bridge-data
---

# OpenPI 0.5 Bridge RL

This repository contains an OpenPI 0.5 policy checkpoint after reinforcement learning on Bridge-style manipulation tasks.

## Contents

- `model.safetensors`: policy model weights.
- `optimizer.pt`: optimizer state included for checkpoint compatibility.
- `metadata.pt`: training metadata with local filesystem paths, internal run identifiers, and wall-clock timestamps removed.

## Data

The associated reinforcement-learning data is available in `Fleurrr/Bridge-RL-Data`.

## Notes

- The checkpoint is provided in the original OpenPI training format.
- Loading and inference require a compatible OpenPI 0.5 codebase and model configuration.
- Internal infrastructure details and personal identifiers are intentionally omitted.