Create an environment for reinforcement learning agent using MATLAB

5 Ansichten (letzte 30 Tage)
Vartika Agarwal
Vartika Agarwal am 29 Dez. 2022
Bearbeitet: Darshak am 4 Feb. 2025
I want to create an environment for an agent using vehicular network or route based. How can i create ?

Antworten (1)

Darshak
Darshak am 4 Feb. 2025
Bearbeitet: Darshak am 4 Feb. 2025
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.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by