Categories

epsilon greedy policy

Exploitation (in reinforcement learning)

Exploitation is the use of the best-known action based on current knowledge. In reinforcement learning, it means that an agent chooses the option that currently seems most rewarding, instead of ...

Exploitation is the use of the best-known action based on current knowledge. In reinforcement learning, it means that an agent chooses the option that currently seems most rewarding, instead of Read article

Exploration (in reinforcement learning)

Exploration means trying new or uncertain actions to collect more information. In reinforcement learning, it helps an agent discover better strategies instead of only repeating the action that currently looks ...

Exploration means trying new or uncertain actions to collect more information. In reinforcement learning, it helps an agent discover better strategies instead of only repeating the action that currently looks Read article