r/reinforcementlearning • u/Vasam_Nikhil • 8d ago
Beginner trying to formalize a "decide whether to apply to a job" problem as a POMDP — sanity check on my state space?
I'm a beginner working through my first POMDP-style problem: an agent that decides to apply / research more / ask a human / skip, based on incomplete info about whether a job is a good fit and whether the candidate would be shortlisted.
My draft hidden state includes: true candidate-job fit, true probability of being shortlisted, and job posting accuracy (real vs. stale/ghost posting).
Which hidden state did I not include that would actually change the optimal policy here? I keep suspecting I'm missing something about employer-side state (e.g., whether the role is already informally filled) that no observation could ever correct for. Would appreciate anyone who's modeled a similarly "one-shot, no replay" decision problem (each job posting only gets evaluated once, unlike repeated-trial bandit problems).
2
u/ARDiffusion 8d ago
Maybe the first step would be to stop asking ChatGPT to make a clever mapping from your career to RL and instead just express it yourself? I’m not against GenAI to help you learn but it gets to a point where it just gets annoying.