shayantaherian / Vehicle-Stabilisation-Using-Reinforcement-Learning

Deep Deterministic Policy Gradient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle-Stabilisation-Using-Reinforcement-Learning

This repository contains the public release of the MATLAB implementation of the reinforcement learning for vehicle stabilisation. The corresponding paper can be found in Self-adaptive Torque Vectoring Controller Using Reinforcement Learning

Installation

Clone the repository git clone https://github.com/shayantaherian/Vehicle-Stabilisation-Using-Reinforcement-Learning/.git

Install MATLAB 2019 or later release

Install Add-On Reinforcement Learning Toolbox and Deep Learning Toolbox

Open RLTunningTV.slx Simulink file

Training

To train the algorithm, run the train(agent,env,trainingOptions) m-file

Testing

To test the trained agent, comment the Train the agent section and uncomment Inference section and run it again

About

Deep Deterministic Policy Gradient

License:Apache License 2.0


Languages

Language:C 52.9%Language:MATLAB 47.1%