Reinforcement Learning Toolbox RAM increment

조회 수: 5 (최근 30일)
Tech Logg Ding
Tech Logg Ding 2020년 12월 22일
댓글: Tobias Schindler 2023년 7월 3일
When I am running trainings using the Reinforcement Learning Toolbox, I noticed that the RAM usage increases significantly as the number of trainining episodes increases. Why is this happening?

답변 (1개)

Gaurav Garg
Gaurav Garg 2020년 12월 29일
Hi Tech,
The RAM utilization is expected to increase significantly.
This is because there are multiple number of complex mathematical calculation (e.g. matrix multiplications, matrix inverses, activation function calculation, calculation of gradients) needed to train/test any deep neural network.
Having said that, you can run the trainings on a GPU, which would not only not use RAM, but also increase the speed of training (since, GPUs are best fit for such jobs). You can look at an example on how to train RL netowrks on GPU here.
  댓글 수: 1
Tobias Schindler
Tobias Schindler 2023년 7월 3일
How does this explain that RAM usage increases with increasing the number of episodes in an RL setting? The referenced computations, e.g., matrix multiplications, are independent of the number of training episodes as they are done in each time step and fixed w.r.t the NN architecture.
Please elaborate regarding the increasing RAM usage of the RL toolbox with increasing training episodes as this is a common problem and this (unanswered) question is a google result.

댓글을 달려면 로그인하십시오.

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by