Categories

agent exploitation

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

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