# 探索與利用（Exploration vs Exploitation）

探索與利用是強化學習中的權衡，探索是指嘗試新動作以發現潛在的更好策略，利用是指使用已知最佳策略以獲得最大獎勵。

## 完整說明

在強化學習中，探索與利用 (Exploration vs Exploitation) 是一種基本的權衡。探索是指智能體嘗試新的、未知的動作，以發現潛在的更好策略。利用是指智能體使用當前已知的最佳策略，以獲得最大的累積獎勵。智能體需要在探索和利用之間找到平衡，才能在長期內獲得最佳性能。

## 常見問題

### undefined



### undefined



### undefined



---

來源：https://aiterms.tw/terms/exploration-vs-exploitation
快查頁：https://aiterms.tw/terms/exploration-vs-exploitation
深度解說：https://aiterms.tw/learning/what-is-exploration-vs-exploitation