-
Hello, community! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This demo |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your timely response, it has been a great help to me!
…---Original---
From: ***@***.***>
Date: Mon, Jul 22, 2024 10:54 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [opendilab/DI-engine] The situation of "multiple learners" is inwhich code file? (Discussion #819)
This demo spaceinvaders_impala_config.py is a single-worker example. For the multi-learner case, here is a basic example implemented with PyTorch DDP, you can refer to it for more details. If you are interested in other distributed RL cases, you can continue to ask in this discussion.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
This demo
spaceinvaders_impala_config.py
is a single-worker example. For the multi-learner case, here is a basic example implemented with PyTorch DDP, you can refer to it for more details. If you are interested in other distributed RL cases, you can continue to ask in this discussion.