forked from tangger/lerobot
Re-enable parameter push thread in learner server
- Uncomment and start the param_push_thread - Restore thread joining for param_push_thread
This commit is contained in:
@@ -206,9 +206,8 @@ def start_learner_threads(
|
||||
|
||||
server_thread.start()
|
||||
transition_thread.start()
|
||||
# param_push_thread.start()
|
||||
|
||||
# param_push_thread.join()
|
||||
param_push_thread.start()
|
||||
param_push_thread.join()
|
||||
transition_thread.join()
|
||||
server_thread.join()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user