Skip to content
View alibaniasad1999's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report alibaniasad1999

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
alibaniasad1999/README.md

Typing SVG

Profile Views


About Me

Aerospace Engineer with M.S. from Sharif University of Technology, specializing in robotics, reinforcement learning, and control systems. Currently working as a Robotics Engineer at Fasta Robotics, developing multi-rotor autopilot and control systems.

class AliBaniAsad {
public:
    std::string role = "Robotics Engineer";
    std::string company = "Fasta Robotics";
    std::string education = "M.S. Aerospace Engineering @ Sharif University of Technology";

    std::vector<std::string> research_interests = {
        "Reinforcement Learning",
        "Robotics",
        "Multi-Agent Systems",
        "Automatic Control",
        "Game Theory",
        "Embedded ML"
    };

    std::vector<std::string> languages = {"Python", "C/C++", "Embedded C", "MATLAB"};

    void sayHi() {
        std::cout << "Thanks for visiting my profile!" << std::endl;
    }
};

Current Work

  • Robotics Engineer at Fasta Robotics — Designing autopilot control loops with embedded RL and developing guidance/navigation algorithms
  • Section Leader at Stanford University — Code in Place (CS106A), mentoring international learners in Python
  • Building robust RL policies for robotic control with 15k+ LOC stack (DDPG, TD3, SAC, PPO)

Publications

Journal Papers

Year Title Journal
2024 Attitude Control of a 3-DoF Quadrotor Platform Using a Linear Quadratic Integral Differential Game Approach ISA Transactions
2025 Applied an in-motion transfer alignment approach during GPS outages utilizing RNN Eng. App. of AI

Conference Papers

Year Title Venue
2025 Robust DDPG RL Differential Game Guidance in Low-Thrust, Multi-Body Environments 23rd ICIS
2022 Linear Quadratic Integral Differential Game for Real-time Quadrotor Control IEEE ICRoM

Featured Projects

Embedded RL Control for Robots

Zero-sum disturbance-augmented training yielding policies stable under 10× perturbations. 15k LOC RL stack (DDPG, TD3, SAC, PPO) in PyTorch/TensorFlow.

Robust DDPG Differential Game

Robust DDPG RL Differential Game Guidance in Low-Thrust, Multi-Body Dynamical Environments. Published at 23rd ICIS 2025.

LQI Differential Game Control

Best Thesis Award — LQI differential-game controller outperforming ADRC/DOBC for real-time 3-DoF quadcopter control.

INS-AI: GPS-denied Navigation

LSTM-MLP for GPS-denied INS alignment achieving < 0.1% drift vs Kalman-INS. Published in Eng. App. of AI 2025.


Skills & Tools

Languages

Python C++ C MATLAB

ML & Robotics

PyTorch TensorFlow JAX OpenCV ROS 2 OpenAI Gym

Simulation

Isaac Sim MuJoCo PyBullet Gazebo

Tools & OS

Linux Git Docker LaTeX


Education

Degree Institution Period
M.S. Aerospace Engineering Sharif University of Technology Sep 2022 - Apr 2025
B.S. Aerospace Engineering Sharif University of Technology Sep 2017 - May 2022

Awards

  • Best Undergraduate Thesis — Iranian Aerospace Society (2023)
  • National M.Sc. Entrance Exam — Rank 23 / 1,000+ (2022)
  • National B.Sc. Entrance Exam — Top 0.5% of 150,000 (2017)

GitHub Stats


Footer

Pinned Loading

  1. master-thesis master-thesis Public

    Jupyter Notebook

  2. bachelor-thesis bachelor-thesis Public

    TeX 1

  3. DGDDPG DGDDPG Public

    Robust DDPG Reinforcement Learning Differential Game Guidance in Low-Thrust, Multi-Body Dynamical Environments

    Jupyter Notebook 3

  4. INS-AI INS-AI Public

    Jupyter Notebook

  5. DATCOM-Trim-Diagram-GUI DATCOM-Trim-Diagram-GUI Public

    Graphical user interface for DATCOM USAF

    Python 8 3

  6. Coordination-of-Multi-Agent-Autonomous-Systems Coordination-of-Multi-Agent-Autonomous-Systems Public

    Sharif University of Technology course

    C