This website requires JavaScript.
Explore
Help
Register
Sign In
ydy0615
/
lerobot-clone
Watch
1
Star
0
Fork
0
You've already forked lerobot-clone
mirror of
https://github.com/huggingface/lerobot.git
synced
2026-05-31 19:01:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
322a78a378c58bb634f37bb674f5875a587fae06
lerobot-clone
/
lerobot
/
scripts
/
server
History
Michel Aractingi
322a78a378
Added server directory in
lerobot/scripts
that contains scripts and the protobuf message types to split training into two processes, acting and learning. The actor rollouts the policy and collects interaction data while the learner recieves the data, trains the policy and sends the updated parameters to the actor. The two scripts are ran simultaneously
...
Co-authored-by: Adil Zouitine <
adilzouitinegm@gmail.com
>
2025-02-03 15:07:58 +00:00
..
actor_server.py
Added server directory in
lerobot/scripts
that contains scripts and the protobuf message types to split training into two processes, acting and learning. The actor rollouts the policy and collects interaction data while the learner recieves the data, trains the policy and sends the updated parameters to the actor. The two scripts are ran simultaneously
2025-02-03 15:07:58 +00:00
hilserl.proto
Added server directory in
lerobot/scripts
that contains scripts and the protobuf message types to split training into two processes, acting and learning. The actor rollouts the policy and collects interaction data while the learner recieves the data, trains the policy and sends the updated parameters to the actor. The two scripts are ran simultaneously
2025-02-03 15:07:58 +00:00
learner_server.py
Added server directory in
lerobot/scripts
that contains scripts and the protobuf message types to split training into two processes, acting and learning. The actor rollouts the policy and collects interaction data while the learner recieves the data, trains the policy and sends the updated parameters to the actor. The two scripts are ran simultaneously
2025-02-03 15:07:58 +00:00