Adithya V. Sastry

Robotics + Origami
Creator of Tin Can Linux
Lover of all things tiny


"A dream is not that which you see while
sleeping, it is that which does not let
you sleep."

-- Dr. APJ Abdul Kalam

Improving Robotic Exploration via RL Graph Pruning             04/2024 - present
--------------------------------------------------------------------------------

This work aims to improve the efficiency of graph-based robotic exploration
algorithms by designing a novel reinforcement learning agent to prune the graphs
used for path planning. Specifically, the goal is to reduce the amount of
information needed for efficient exploration through this pruning.

To do this, I am building off my last project, in which I designed an RRT-based
robotic exploration algorithm that enables a simulated robot to explore an
unknown environment through a frontier-based method. Once I finish
implementation of the RL agent, I plan to use the algorithm I developed for my
last project along with the simulation environment to perform various
experiments validating the performance of the RL agent.

I am currently pursuing this project under the mentorship of a professor at the
University of Tennessee Knoxville.

<<< Go back
============== Updates ==============
News - 12/01/2024 Arc: first release candidate News - 11/28/2024 Tin Can: 16 followers + 11 stars on GitHub Post - 11/19/2024 LibTorch in Rust using FFIs News - 11/07/2024 Arc: rusty package manager for Linux Post - 06/23/2024 Shared Memory IPC in Rust Post - 01/14/2024 Installing Kiss Linux