Overview
What this challenge is about.
Tabular Q-Learning for Warehouse Slotting. Intermediate challenge in code. Writing production code that solves real engineering problems, earn a blockchain-v...
The Brief
What you'll do, and what you'll demonstrate.
Use tabular Q-learning to learn a warehouse slotting policy that materially beats the current rule-based heuristic on simulated demand.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Implement tabular Q-learning with epsilon-greedy exploration from scratch
- Tune exploration schedules and learning rates for convergence
- Evaluate RL policies against a non-RL baseline on operationally meaningful metrics
- Communicate RL results to a non-technical operations audience
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Tabular Rl
Apply tabular rl to solve real industry problems and demonstrate production-level capability.
- Q Learning
Apply q learning to solve real industry problems and demonstrate production-level capability.
- Epsilon Greedy
Apply epsilon greedy to solve real industry problems and demonstrate production-level capability.
- Policy Evaluation
Apply policy evaluation to solve real industry problems and demonstrate production-level capability.
- Python
Write clean, efficient Python for data processing, automation, and backend services.
- Simulation
Apply simulation to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
Machine Learning Engineer
Implementing tabular RL on a real operational simulator and beating a rule-based baseline is the kind of MLE win that ships in logistics products.
This challenge sharpens
- tabular-rl
- q-learning
- python
Data Scientist
Validating an RL policy against a heuristic baseline on operationally meaningful metrics is the daily craft of data scientists in logistics and operations roles.
This challenge sharpens
- policy-evaluation
- simulation
- python
Applied AI Scientist
Choosing tabular RL over deep RL because the state space allows it is exactly the kind of judgement applied AI scientists exercise.
This challenge sharpens
- tabular-rl
- epsilon-greedy
- policy-evaluation