Create an environment for reinforcement learning agent using MATLAB

조회 수: 5 (최근 30일)
Vartika Agarwal
Vartika Agarwal 2022년 12월 29일
편집: Darshak 2025년 2월 4일
I want to create an environment for an agent using vehicular network or route based. How can i create ?

답변 (1개)

Darshak
Darshak 2025년 2월 4일
편집: Darshak 2025년 2월 4일
Hi Vartika,
While working with the reinforcement toolbox myself, I found that there was no functionality to create custom Multi Agent environments in MATLAB in the version R2022b. But for newer versions there is a function which can be used to create a custom environment, as the environment mentioned by you is not there in the pre-defined environment. This is the documentation link for the same: https://www.mathworks.com/help/reinforcement-learning/ref/rl.env.rlmultiagentfunctionenv.html
I read in the same documentation that this function has been introduced in the MATLAB 2023b. I suggest you update to a newer version to utilize this.
I hope this helps with your question.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by