Skip to content
View Lynn-hh's full-sized avatar
  • Texas
  • 13:02 (UTC -05:00)

Sponsoring

@vllm-project

Highlights

  • Pro

Block or report Lynn-hh

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

Hi, I'm Lynn πŸ‘‹

Robotic Reinforcement Learning Β· AI Agents Β· LLM Infrastructure Β· Sim-to-Real

PhD Student β€” Open to Research / Robotics / ML Internships.

Email LinkedIn vLLM Isaac Lab ROS 2 Location


About Me

PhD student working at the intersection of Robot Learning and Large-scale Systems β€” I train RL policies in simulation and push them toward real hardware, and I care about the infrastructure that makes both fast and correct.

I came to AI from an unusual direction: a B.Arch / architecture background that taught me to reason about complex systems, geometry, spatial relationships, and the tradeoffs between elegant ideas and real-world constraints. Over time, I became convinced that many of the most important problems in design and the physical world will be solved not by better static tools, but by intelligent systems that can learn, adapt, and act. That belief drew me to robot learning, simulation, and AI infrastructure. I am especially energized by unfamiliar, technically demanding problems and by the process of turning ideas across disciplines into scalable systems that work in practice.

  • πŸ€– Robotics RL in Simulation β€” building and training policies in NVIDIA Isaac Sim / Isaac Lab (locomotion / manipulation / sim-to-real) with GPU-parallel environments and PPO/SAC-style training.

  • βš™οΈ LLM infrastructure β€” contributor to vLLM, the core LLM inference engine: 2 performance PRs merged.

  • 🦾 ROS 2 β€” bridging learned policies to real robot stacks (nodes, controllers, perception β†’ action pipelines).

  • πŸ”¬ Research interests: Reinforcement Learning, AI Agent, Robot Manipulation/Locomotion, GPU-accelerated simulation and sim-to-real transfer.

πŸ“« lynnhe02@gmail.com Β· πŸ“ Texas


Open Source β€” LLM Infrastructure Contributions

vllm-project/vllm (~84kβ˜…) β€” the core LLM inference engine

  • PR #46542 β€” [Perf][LoRA] (merged): Replaced a per-token list.index() lookup in convert_mapping β€” an O(num_tokens Γ— num_loras) hot path the code had flagged with a TODO β€” by building a reverse {lora_id: index} dict once for O(1) lookups, cutting mapping construction to O(num_tokens). 2.5×–6.5Γ— faster in microbenchmarks (e.g. 64 LoRAs / 1024 tokens: 275Β΅s β†’ 42Β΅s), with identical output verified against randomized + existing LoRA tests.
  • PR #46543 β€” [Perf][Multimodal] (merged): Removed a wasteful O(num_frames) timestamp-list allocation in GLM-4V / GLM video frame sampling, computing each timestamp inline as frame_index * duration_per_frame. Byte-for-byte identical behavior with lower memory on long videos.

Tech Stack

Robotics & Simulation

Isaac Sim Isaac Lab ROS 2 MuJoCo Gymnasium

AI / ML

PyTorch RL (PPO/SAC) vLLM NumPy Weights & Biases

Languages & Systems

Python C++ C# CUDA Linux Docker Git


Featured Projects

Project Description Stack
Franka Arm RL (Isaac Lab) Reinforcement-learning training for a Franka Emika Panda manipulator in NVIDIA Isaac Lab β€” GPU-parallel environments for arm control (reaching / manipulation), with PPO-style policy training in simulation. Isaac Lab, Isaac Sim, PyTorch, RL
Archiagents End-to-end AI agent for architectural design (collaborative project). Ingests project briefs + CAD/DWG/IFC/Revit files, runs requirement dialogue, generates design schemes and photorealistic renders, and outputs IFC4 BIM models with an embedded Autodesk APS viewer. My role: brought the architecture-domain expertise (B.Arch background) β€” shaping the design-requirement logic, the agent's reasoning over building programs, and the IFC4 / BIM modeling that turns AI output into valid design deliverables. Vercel AI SDK, shadcn/ui, Autodesk APS, IFC4
Revit-Civil-AI-Estimator Revit 2025 add-in that uses OpenAI to automate quantity takeoff and cost estimation for civil-engineering workflows. C#, OpenAI API, Revit

Popular repositories Loading

  1. Revit-Civil-AI-Estimator Revit-Civil-AI-Estimator Public

    A Revit 2025 Add-in that uses OpenAI to automate quantity takeoff and cost estimation for civil engineering projects.

    C# 4

  2. vllm vllm Public

    Forked from vllm-project/vllm

    A high-throughput and memory-efficient inference and serving engine for LLMs

    Python 1

  3. IsaacLab IsaacLab Public

    Forked from isaac-sim/IsaacLab

    Unified framework for robot learning built on NVIDIA Isaac Sim

    Python

  4. Lynn-hh Lynn-hh Public