Skip to content
View mturan33's full-sized avatar

Highlights

  • Pro

Block or report mturan33

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

Mehmet Turan Yardımcı

Robot Learning Researcher mehmetturanyardimci@hotmail.com | LinkedIn


👋 About Me

I'm a Computer Engineering graduate from Çukurova University (2025) with a strong focus on robotics, reinforcement learning, and autonomous navigation. I specialize in implementing state-of-the-art RL algorithms from scratch and deploying them on robotic platforms.

Currently working on:

  • Quadruped Locomotion with Isaac Lab
  • PPO implementations for continuous control
  • Local Path Planning benchmark (BARN dataset)

Tech Stack

Robotics & Simulation: Isaac Sim • MuJoCo • Gazebo • ROS/ROS2
Machine Learning: PyTorch • NumPy • Deep RL (PPO, SAC)
Computer Vision: YOLOv4-8 • OpenCV
Platforms: Jetson Nano • Pixhawk • Linux


Featured Projects

From-scratch implementation of PPO algorithm for the MuJoCo Ant-v5 environment.

Key Features:

  • Pure NumPy & PyTorch (no stable-baselines3)
  • Parallel environments (16 envs)
  • TensorBoard integration
  • Achieved 2700+ reward in 8M steps

Technical Highlights:

  • GAE (λ=0.95), reward normalization
  • Clipped surrogate objective
  • Learning rate annealing
  • Exploration decay monitoring

Interactive Streamlit app demonstrating real-time RL training on CartPole.

Features:

  • Watch the agent learn live in your browser
  • Adjustable hyperparameters
  • Educational tool for understanding Actor-Critic methods

Senior Thesis: Local Planner Benchmark

Comprehensive benchmark of ROS navigation planners using the BARN dataset.

Planners Tested: TEB, DWA, MPC, Lattice
Status: Under publication review
Focus: Real-world applicability and computational efficiency


Experience Highlights

UAV Team Lead | 1.5 Adana AGM ALKAR (3 years)

  • Led autonomous drone project with YOLO object detection
  • Integrated ROS1/2, Gazebo, Pixhawk flight controller
  • Deployed YOLOv7 on Jetson Nano for real-time inference

What I'm Learning

Currently diving deep into:

  • Isaac Sim for quadruped locomotion (Anymal, Unitree A1, Spot)
  • Domain Randomization for sim-to-real transfer
  • Hierarchical RL for complex robotic behaviors

Let's Connect!

I'm open to research collaborations and R&D opportunities in robotics and AI.
Feel free to reach out: mehmetturanyardimci@hotmail.com


Pinned Loading

  1. isaac-g1-vlm-rl isaac-g1-vlm-rl Public

    isaac-g1-vlm-rl Neuro-Symbolic AI for Robotics

    Python 1

  2. isaaclab-anymal-locomotion isaaclab-anymal-locomotion Public

    A legged locomotion project

    Python 1

  3. mujoco-ant-ppo mujoco-ant-ppo Public

    Training a MuJoCo Ant agent to walk using PPO from scratch.

    Python 2

  4. my-actor-critic my-actor-critic Public

    Live Actor-Critic RL Training for CartPole

    Python 2

  5. benchmark-local-path-planners-barn-challenge benchmark-local-path-planners-barn-challenge Public

    A Framework for BARN of classical and learning-based local path planners in BARN Challenge navigation benchmark.

    HTML 1

  6. PID_Implementation_With_NXT_Robot PID_Implementation_With_NXT_Robot Public

    PID_Implementation_With_NXT_Robot

    1