learnRL

Learning reinforcement learning (in MATLAB)
108 Downloads
Updated 8 Jul 2020

This software a playground and is aimed specifically at studying reinforcement learning (RL) in detail with a rich variety of settings. The core of the playground is based upon a model of a mobile robot, referred to as the so called "extended non-holonomic double integrator" (ENDI). See these notes for its description. A flowchart of the overall code can be found in here. Basically, an agent (referred to also as the "controller") is attached to the environment (the system) and generates actions so as to minimize running costs (also called rewards or stage costs) over an infinite horizon in future. The specific objective in this software package it so park the robot. The controller is multi-modal and allows comparison with various baselines (nominal parking controller, model-predictive controller with and without on-the-fly model estimation).

Cite As

Pavel Osinenko (2024). learnRL (https://github.com/OsinenkoP/learnRL/releases/tag/v1.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2018a
Compatible with R2018a to R2020a
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.