Questions tagged [dense-rewards]
2 questions
6
votes
1 answer
What are the pros and cons of sparse and dense rewards in reinforcement learning?
From what I understand, if the rewards are sparse the agent will have to explore more to get rewards and learn the optimal policy, whereas if the rewards are dense in time, the agent is quickly guided towards its learning goal.
Are the aboveā¦

stoic-santiago
- 1,121
- 5
- 18
4
votes
1 answer
Is a reward given at every step or only given when the RL agent fails or succeeds?
In reinforcement learning, an agent can receive a positive reward for correct actions and a negative reward for wrong actions, but does the agent also receive rewards for every other step/action?

Dee
- 1,283
- 1
- 11
- 35