Week 6-7. Q learning - completed
The problem has been solved with the Q Learning algorithm parameterized with discrete action space of size 16 (4 bins for linear velocity and 4 for angular v...
The problem has been solved with the Q Learning algorithm parameterized with discrete action space of size 16 (4 bins for linear velocity and 4 for angular v...
I am still working on how to improve the handling when the problem is multivariable (linear and angular velocity) by applying the Q Learning algorithm. The c...
For today I wanted to show a video with a small demonstration of how the implemented algorithm has managed to solve the problem. It should be noted that the ...
For today I managed to get the car to drive around the circuit at a constant speed. This has required some changes to the reward function I had so far. The c...
In the last post I published an implementation of the simplified Q learning algorithm for this problem in which I discretised both the space of observations ...