JA EN
Glossary › action

GLOSSARY

action

appears in 3 paper titles

Definition

The unit of choice an agent makes at each step — the thing a policy outputs. In classic RL it is a discrete move or a continuous control signal; for LLM agents it is a tool call, a shell command, or a click. Two properties set the difficulty: how large the action space is, and whether actions can be undone, since irreversible ones make exploration expensive.

Explainers using this term