Repository contains three subfolders that contain the code which were part of the Robotics Course conducted at Aalto University.
All codes are Matlab files. All folders also contain detailed description of the problems.
Grasp Planning Finding a stable and optimal grasp for a given figure
Markov Decision Process Finding a path to the terminal states based on the rewards and by tuning parameters of the MDP
Reinforcement Learning RL algorithm for solving a simple grid problem. The implemented algorithm is Sarsa.