-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
31 lines (31 loc) · 1.09 KB
/
Copy pathCITATION.cff
File metadata and controls
31 lines (31 loc) · 1.09 KB
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
30
31
cff-version: 1.2.0
message: If you use this software, please cite it as below.
title: "PlugRL Server"
abstract: >-
PlugRL runs reinforcement learning training and the environments it learns
from as separate processes, joined by a small WebSocket protocol, so the two
sides can be installed, versioned and scheduled independently and an env
client need not be written in Python at all. The protocol is openpi's
serving format plus a feedback return channel, which is what lets a client
close a training loop rather than only an inference one. This repository
holds the training server: policies, algorithms and batched inference.
type: software
authors:
- family-names: Lu
given-names: Chenhao
email: luch21@mails.tsinghua.edu.cn
- family-names: Gou
given-names: Zuo
alias: tactino
- family-names: Kang
given-names: Zilin
alias: nothingbutbut
repository-code: https://github.com/PlugRL/plugrl-server
license: Apache-2.0
version: 0.1.0
date-released: "2026-09-09"
keywords:
- reinforcement-learning
- vision-language-action
- robot-learning
- research-infrastructure