Caesar AI Atlas

Greedy Policy

Caesar AI Atlas Definition

A greedy policy is a reinforcement learning strategy that always selects the action with the highest estimated expected return. It favors exploitation of current knowledge and does not deliberately explore alternative actions.

Other Definitions

Greedy Policy Source

In reinforcement learning, a policy that always chooses the action with the highest expected return.

Related Terms