I am an incoming PhD student in Computer Science at Vrije Universiteit Amsterdam, co-advised by Kim Baraka and Herke van Hoof (University of Amsterdam). My research is centered around interactive robot learning. Specifically, I study how robots can learn from multimodal feedback at various levels of abstraction and reason about their learning needs to actively request the right type of feedback at the right time.
Previously, I was a systems engineer at Scania Group, developing algorithms for battery management systems. Before that, I obtained my MSc in Robotics from Warsaw University of Technology, where I was advised by Prof. Elżbieta Jarzębowska. Earlier, I completed my undergraduate studies in Electrical Engineering at Addis Ababa Science and Technology University in Ethiopia.
Research Interests: Human-Robot Interaction, Interactive Robot Learning, Mathematical Human Modeling, Reinforcement Learning
Email / Google Scholar / GitHub / CV
news
| Oct 01, 2025 | I joined the Social AI Group at VU Amsterdam as a PhD candidate under the guidance of Prof. Kim Baraka and Prof. Herke van Hoof (UvA) |
|---|---|
| May 19, 2025 | Our paper on deep reinforcement learning for mobile robot navigation in dynamic environments has been accepted to MMAR 2025! |
| Oct 23, 2024 | Successfully defended my master’s thesis! |
| Apr 15, 2024 | I started a new position as a systems engineer at Northvolt. |
selected publications
-
Deep Reinforcement Learning for Mobile Robot Navigation in Dynamic Environments
In 2025 29th International Conference on Methods and Models in Automation and Robotics (MMAR), 2025
This paper presents a framework for mobile robot navigation in dynamic environments using deep reinforcement learning (DRL) and the Robot Operating System (ROS). The framework enables proactive adaptation to environmental changes. Traditional navigation methods typically assume a static environment and treat moving obstacles as outliers during mapping and localization. This assumption severely limits the robustness of these methods in highly dynamic settings such as homes, hospitals, and other public spaces. To overcome this limitation, we employ encoder networks that jointly learns state and state-action representations by minimizing the mean squared error (MSE) between predicted and actual next-state embeddings. This approach explicitly captures the environment’s transition dynamics, enabling the robot to anticipate and effectively navigate around moving obstacles. We evaluate the proposed framework through extensive simulations in custom Gazebo worlds of increasing complexity, ranging from open spaces to scenarios with densely populated static obstacles and moving actors. We assess performance in terms of success rate, time to goal, path efficiency, and collision rate. Results demonstrate that our approach consistently improves navigation performance, particularly in highly dynamic environments.