Skip to content

Commit

Permalink
Fix renaning pipe url (#63)
Browse files Browse the repository at this point in the history
* fix rare duplicated data buffer entry

Signed-off-by: youliangtan <[email protected]>

* bump up version

Signed-off-by: youliangtan <[email protected]>

* fix renaming of trainer config pipeline

Signed-off-by: youliangtan <[email protected]>

---------

Signed-off-by: youliangtan <[email protected]>
  • Loading branch information
youliangtan authored Jun 17, 2024
1 parent bacdfc6 commit 80bf605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serl_launcher/serl_launcher/utils/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def make_trainer_config(port_number: int = 5488, broadcast_port: int = 5489):
port_number=port_number,
broadcast_port=broadcast_port,
request_types=["send-stats"],
# experimental_pipeline_url="tcp://127.0.0.1:5547", # experimental ds update
# experimental_pipeline_port=5547, # experimental ds update
)


Expand Down
2 changes: 1 addition & 1 deletion serl_launcher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typing_extensions",
"opencv-python",
"lz4",
"agentlace@git+https://github.com/youliangtan/agentlace.git@f025024631db0992a90085ee4637d8c0c90da317",
"agentlace@git+https://github.com/youliangtan/agentlace.git@cf2c337c5e3694cdbfc14831b239bd657bc4894d",
],
packages=find_packages(),
zip_safe=False,
Expand Down

0 comments on commit 80bf605

Please sign in to comment.