Abstract
Deep reinforcement learning (DRL) has shown remarkable success in simulationdomains, yet its application in designing robot controllers remains limited,due to its single-task orientation and insufficient adaptability toenvironmental changes. To overcome these limitations, we present a noveladaptive agent that leverages transfer learning techniques to dynamically adaptpolicy in response to different tasks and environmental conditions. Theapproach is validated through the blimp control challenge, where multitaskingcapabilities and environmental adaptability are essential. The agent is trainedusing a custom, highly parallelized simulator built on IsaacGym. We performzero-shot transfer to fly the blimp in the real world to solve various tasks.We share our code at\url{https://github.com/robot-perception-group/adaptive\_agent/}.