RL-Based AMR Controller

Versión 1.0.3 (254 KB) por 정호 윤
Using Reinforcement learning, we implemented AMR controller with MATLAB/Simulink.
13 Descargas
Actualizado 5 sep 2024

Ver licencia

After unzipping the compressed file, open the AIV_robot.slx file and run the rlEnv.m script to perform AMR learning in conjunction with the Driving Scenario Designer APP.
The 2024b pre-release version must be used so that no ultrasonic sensor-related errors occur.
In 2024a, the ultrasonic sensor is not available due to a measurement error.
At this time, the path to the scenario.mat file must be modified in the Environment/Simulation/Scenario Reader block.
If you want to check the driving performance of the trained agent, you can visualize it using a bird's eye scope on the Simulink model.
If you don't want to learn, just load the agent and run it in Simulink, and the model will run in approximately 18 seconds.
Rewards can be freely modified and used, and isdone can be modified to make the model more dynamic.
Training time takes 20 to 30 hours per 1,000 trials, and it may be more efficient to learn by fine-tuning an existing model rather than learning from scratch.

Citar como

정호 윤 (2024). RL-Based AMR Controller (https://www.mathworks.com/matlabcentral/fileexchange/170616-rl-based-amr-controller), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2024b
Compatible con R2024b
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.3

update Description

1.0.2

update image

1.0.1

Add description

1.0.0