Skip to content
View kaveh-taraghikhah's full-sized avatar

Block or report kaveh-taraghikhah

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
kaveh-taraghikhah/README.md

Kaveh Taraghi Khah

πŸ€– Robot Learning | Researcher-in-Training πŸŽ“ Incoming MSc (research-track) πŸ’» 4+ yrs Software Engineering background

🎯 Research Focus

I bring 4+ years of applied systems and backend engineering experience into a growing focus on reinforcement learning and robot learning research.

Core interests:

  • Reinforcement Learning (model-based & model-free)
  • Robot Learning & Sim-to-Real Transfer
  • Robotic Manipulation & Locomotion
  • Deep Learning for Control
  • Simulation Environments (MuJoCo, Isaac Lab, PyBullet)
  • Robot Perception

Long-term goal: contributing to learning-based methods that let robots operate robustly in the real world.

πŸ§ͺ Research-Oriented Work

  • Reading and reproducing papers in RL / robot learning
  • Reinforcement learning experiments in simulated robotic environments
  • Small sim-to-real transfer experiments
  • Building toward original research projects at the intersection of RL and robotics

πŸ“š Current Focus

Building foundational depth in:

  • Deep Reinforcement Learning theory and implementation
  • Robotics fundamentals (kinematics, dynamics, control)
  • Simulation tooling for robot learning

πŸŽ“ Academic Path

  • B.Sc. in Software Engineering
  • Preparing for MSc (research-track) in ML/Robotics
  • Open to a PhD path in Robot Learning, depending on how research develops during the MSc

πŸ’Ό Industry Background (supporting foundation)

4+ years in backend and distributed systems engineering, built alongside my undergraduate degree:

  • Systems Programming (C++)
  • Backend Engineering (Node.js, TypeScript, NestJS)
  • Distributed Systems & Microservices
  • DevOps & Infrastructure (Docker, Kubernetes, CI/CD)
  • Observability & Performance Debugging (Prometheus, Grafana) This background gave me practical experience with large-scale, performance-aware system design, skills directly relevant to building and scaling RL training pipelines and real-time robotic control systems, which I'm now extending into formal research.

⚑ Philosophy

  • Learn from data, not just rules
  • Simulate first, deploy carefully
  • Measure β†’ Analyze β†’ Improve
  • Bridge systems engineering with learning-based robotics

πŸ”­ Long-Term Vision

To work on robots that learn, focusing on:

  • Reinforcement learning for real-world robotic control
  • Sim-to-real transfer
  • Robust, data-efficient robot learning at scale

πŸ“« Contact

⭐ Building toward a research career in robot learning

Pinned Loading

  1. Caching-Proxy Caching-Proxy Public

    This caching proxy server will forward requests to the actual server and cache the responses. If the same request is made again, it will return the cached response instead of forwarding the request…

    TypeScript 1

  2. Server-Performance-Stats Server-Performance-Stats Public

    a script to analyse server performance stats.

    Shell 1

  3. Broadcast-Server Broadcast-Server Public

    a simple broadcast server that will allow clients to connect to it, send messages that will be broadcasted to all connected clients.

    TypeScript

  4. Port-Scanner Port-Scanner Public

    A multi-mode Python port scanner built for cybersecurity learning and ethical hacking practice.

    Python