RL with Multiple Agents in distinct environments on AWS

0

Hello, I have a setup using Ray to setup RL agents and their independent environments on separate instances (20 agents sharing 6 GPUs) using Pytorch on a private cluster. Any thoughts on how to go about setting this up on Amazon AWS? I was able to get one agent running my custom RL code and custom environment on Sagemaker. It is not necessarily distributed RL because each agent runs its own environment and learns individually (only using a shared folder). Any suggestions would be greatly appreciated as I am in a time crunch and looking for additional places to run my simulations. Thank you!!!

lkerb
已提問 3 個月前檢視次數 132 次
1 個回答
0

Hello,

From the description, I understand that you are exploring options to run distributed RL on AWS.

You can definitely continue to use SageMaker to achieve your use-case because SageMaker RL supports multi-core and multi-instance distributed training. Depending on your use case, training and/or environment rollout can be distributed. Please refer to the doc to learn more about the same.

Further, you can also refer to the below mentioned blogs that aim to illustrate a similar use-case in SageMaker which should be a good starting point to test the overall setup.

Blog1 Deploying reinforcement learning in production using Ray and Amazon SageMaker

Blog2 Scaling your AI-powered Battlesnake with distributed reinforcement learning in Amazon SageMaker

Therefore, I would recommend exploring the above references to analyze the approach to deploy distributed RL on SageMaker and then make necessary changes to adapt the same for your use-case.

AWS
Harsha
已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南