How to optimize my reinforcement learning training simulation on my M3Pro

조회 수: 2 (최근 30일)
Vincent
Vincent 2025년 6월 4일
답변: Jacob Mathew 2025년 6월 6일
Hello,
so I'm trying to run a RL training environment with Simulink. The Simulink environment is pretty intense, plus my agent is a custom agent that I created that has quite a alot of networks. I was just wondering what are the methods I can do to optimize training/simulation as much as possible because I don't want the simulation to run for like 24 hours and cause damage to my mac since Matlab simulation are pretty heavy. I read briefly about the the parallel computing tool box, but I don't know how that will interact with my customly created agent. Is there any setting I should change on my Mac as I'm running the simulation?
Any advice is appreciated, thank you

답변 (1개)

Jacob Mathew
Jacob Mathew 2025년 6월 6일
Hey Vincent,
Using Parallel Computing Toolbox should be one of the most effective method to try first as you would be able to parallelize the training. Without actually seeing the code or model, it would be hard to comment on specific approaches but refer to the following documentation as a starting point:

카테고리

Help CenterFile Exchange에서 Reinforcement Learning에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by