I'm solving a reinforcement learning-like problem, where I have an agent trying to survive in a 2D room. These room contains a finite and constant number of moving objects that interact with an agent. The number of objects is not known to the agent, but she can distinguish one from another when she encounters them. The task is to model agent's estimation of a number of objects in the room and the way she updates her beliefs. What are the possible solutions to this or which buzzwords should I Google to find related papers?
Asked
Active
Viewed 32 times
1 Answers
0
You can consider:
- Population size estimation (e.g. this).
- Counting people (e.g. this)
- Mark and recapture.
- Knowledge acquisition & reinforcement learning (e.g. this)
- Reinforcement learning & estimation (e.g. this)

Karel Macek
- 2,463
- 11
- 23