Comparison of Reinforcement Learning and Classical Control with Feedback Linearization
This project uses the Reacher (Mujoco) environment from the Gymnasium library.
-
Reinforcement Learning (RL)
Training an agent to reach the target as quickly as possible in the Reacher environment. -
Classical Control
Model identification and implementation of control using feedback linearization and trajectory planning. -
Method Comparison
Performance analysis of both approaches in terms of accuracy, stability, and speed of reaching the target.
git clone https://github.com/SirErico/TSwR_projekt
cd TSwR_projekt
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
tensorboard --logdir .rl/[RL_ALGORITHM]/logs/