ISAC: Integrated Sensing and Communication—a system where radar sensing and wireless communication share the same spectrum and hardware.
Agentic AI: An AI system capable of autonomous perception, reasoning, and action, typically combining LLMs for planning with other models for execution.
DRL: Deep Reinforcement Learning—a subset of ML where agents learn to make decisions by maximizing a reward signal.
PPO: Proximal Policy Optimization—a popular policy gradient method for reinforcement learning.
SAC: Soft Actor-Critic—an off-policy actor-critic deep RL algorithm based on the maximum entropy reinforcement learning framework.
CoT: Chain-of-Thought—a prompting technique that encourages LLMs to generate intermediate reasoning steps before producing a final answer.
RAG: Retrieval-Augmented Generation—technique to enhance LLM output by retrieving relevant information from an external knowledge base.
UAV: Uncrewed Aerial Vehicle—commonly known as a drone.