RL-Based AMR Controller

Using Reinforcement learning, we implemented AMR controller with MATLAB/Simulink.
13 download
Aggiornato 5 set 2024

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2024b
Compatibile con R2024b
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.3

update Description

1.0.2

update image

1.0.1

Add description

1.0.0