Categories

agent exploration

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

Agent

An agent is the learning system that acts in an environment and receives feedback. In reinforcement learning, the agent observes the current situation, chooses an action, receives a reward or ...

An agent is the learning system that acts in an environment and receives feedback. In reinforcement learning, the agent observes the current situation, chooses an action, receives a reward or Read article