Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View AleksandarHaber's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report AleksandarHaber

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

This repository contains code files that demonstrate how to use the Eigen C++ Matrix library for performing the basic matrix operations, computing eigenvalues, solving linear systems, and computing…

C++ 3 1 Updated Sep 26, 2023

In this GitHub repository we posted Python scripts that are used to automatically derive a symbolic state-space model of a cart

Python 7 2 Updated Dec 2, 2023

In this repository, we post Robot Operating System (ROS) and Python code that implement real-time robot motion tracking using dead reckoning and visualization in real-time in RViz.

C++ 21 5 Updated Mar 28, 2025
Makefile 3 Updated Aug 2, 2023

These repository contains xacro/urdf and launch files necessary to model a robot.

2 1 Updated Aug 6, 2023

Here, we post the codes that implement the Model Predictive Controller (MPC) for linear systems.

Python 114 14 Updated Mar 28, 2025

This repository contains C++ files that explain how to implement the Model Predictive Control (MPC) algorithm for linear systems in C++ by using the Eigen C++ matrix library.

C++ 84 15 Updated Mar 28, 2025

We implemented a solution of the Linear Quadratic Regulator (LQR) Optimal Control problem in C++. We use the Newton method to solve the Riccati equation and to compute the solution.

C++ 29 4 Updated Mar 28, 2025

In this Python dynamical system tutorial, we explain how to construct phase portraits of dynamical systems and state-space models. The posted code will construct a phase portrait and a state-space …

Python 5 2 Updated Jun 5, 2023

In this repository, we posted the codes that demonstrate how to implement the Bagging classifier in the Scikit-learn library and Python.

Python 3 1 Updated Mar 9, 2023

These code files implement the deep Q learning network algorithm from scratch by using Python, TensorFlow, and OpenAI Gym. The codes are tested in the OpenAI Gym Cart Pole (v1) environment.

Python 21 9 Updated Mar 28, 2025

In this repository, we post the implementation of the Q-Learning (Reinforcement) learning algorithm in Python. The codes are tested in the Cart Pole OpenAI Gym (Gymnasium) environment.

Python 4 1 Updated Feb 5, 2023

This code file demonstrates how to use the Cart Pole OpenAI Gym (Gymnasium) environment in Python.

Python 4 3 Updated Jan 31, 2023

These code files implement the on-policy SARSA (State-Action-Reward-State-Action) reinforcement learning algorithm in Python.

Python 1 Updated Jan 22, 2023

The Python codes given here, explain how to implement the Greedy in the Limit with Infinite Exploration (GLIE) Monte Carlo Control Method in Python. We use the OpenAI Gym (Gymnasium) to test the Py…

Python 3 Updated Jan 19, 2023

This code implements the (first visit) Monte Carlo method for estimating the state value function in Python.

Python 6 2 Updated Dec 31, 2022

This file demonstrates how to use and perform basic operations on vector containers in C++ Standard Template Library (STL). The tutorial webpage accompanying this code file is given here:

C++ 1 Updated Dec 16, 2022

These code files explain how to execute Python code directly from MATLAB

MATLAB 8 2 Updated Dec 24, 2022

Reinforcement Learning Tutorial. Implementation of the Policy Iteration Algorithm in Python Tested on the Frozen Lake OpenAI Gym environment.

Python 3 Updated Dec 7, 2022

In this tutorial, we explain how to generate phase portraits and state-space trajectories of dynamical systems in MATLAB.

MATLAB 6 1 Updated Dec 3, 2022
Next