TL;DR for operators

The paper is about air-purifying booth placement in Delhi, but the useful business lesson is broader: optimisation is rarely about chasing the loudest metric. In the study, a greedy strategy that targets the highest-AQI cells achieves the highest overall AQI improvement, at 25.76%. The PPO-based strategy is slightly lower on that headline number, at 25.39%, but much stronger on population impact and traffic impact, with zero green-space violations.

That matters because most real operating decisions look like this. A company does not optimise one number in isolation. It allocates scarce resources across revenue, risk, customer exposure, regulatory constraints, service coverage, staff fatigue, brand damage, and whatever else the spreadsheet politely hides in column Z. PPO becomes interesting when the “best” action depends on a weighted trade-off across those goals.

The paper directly shows that a PPO agent can learn a booth-placement policy in a simulated, multi-channel Delhi grid and outperform simple baselines on balanced impact. Cognaptus infers that similar reinforcement learning setups can help with business allocation problems where decisions are sequential, spatial, constrained, and multi-objective. What remains uncertain is real-world transfer: the study uses simplified pollution dispersion, assumes booth effects with Gaussian decay, omits wind and other meteorological dynamics, and does not fully model land-use, procurement, installation cost, or regulatory feasibility.

So no, this is not a “PPO cleans Delhi” story. That would be adorable. It is a story about how an algorithm can learn to stop worshipping the most obvious KPI.

The easiest winner is not always the best decision

Imagine a city has money for a limited number of air-purifying booths. Pollution maps are available. Population density maps are available. Traffic and industrial zones are available. Green spaces are also visible, which means the planner can avoid placing machines where natural mitigation is already doing some of the work.

The blunt strategy is obvious: put booths where the AQI is worst.

That is not stupid. In fact, in Kirtan Rajesh and Suvidha Rupesh Kumar’s paper, Deep Reinforcement Learning for Urban Air Quality Management: Multi-Objective Optimization of Pollution Mitigation Booth Placement in Metropolitan Environments, the greedy high-AQI strategy slightly beats the PPO model on overall AQI improvement: 25.76% versus 25.39%.1 If this were a procurement presentation with only one slide and a mercifully inattentive steering committee, greedy would look like the winner.

But the paper is not really about one metric. It is about the difference between a local improvement and a policy.

The PPO strategy delivers a stronger population impact score, 0.1144 versus 0.0512 for greedy and 0.0283 for random placement. It also produces the strongest traffic impact score, 0.0457 versus 0.0368 for greedy and 0.0142 for random. It keeps green-space violations at zero, while greedy records one. The AQI difference is small. The exposure difference is not.

That is the useful tension. The obvious approach wins the scoreboard that is easiest to understand. The learning approach wins the allocation problem that city planners, infrastructure operators, and business leaders actually face.

What the paper actually builds

The study turns Delhi into a spatial decision environment. The city is represented as a 50x50 grid with six channels: AQI, population density, traffic, industrial activity, green space, and existing air-purifying booth locations. A convolutional neural network processes this grid, then a PPO agent selects booth placements from possible grid locations.

The agent is not simply looking for dirty cells. It receives a reward shaped by several objectives:

  • local AQI improvement;
  • overall AQI improvement across the grid;
  • population benefit within a booth’s influence radius;
  • traffic and industrial impact;
  • penalties for constraint violations.

The paper also imposes feasibility rules. Booths must satisfy minimum spacing, population-density thresholds, expected AQI improvement thresholds, green-space exclusions, and a maximum-booth constraint tied to budget. This is where the study becomes more operationally interesting than “apply AI to pollution,” a phrase that should be placed gently in a recycling bin.

The environment itself is assembled from multiple data streams: station-based AQI data, high-resolution AQI estimates from the Ozone3 API, and contextual urban datasets including green spaces, water bodies, industrial zones, population density, and traffic hotspots. Missing AQI values are imputed, features are normalised, station readings are interpolated, and pollution estimates are fused conservatively by taking the maximum value between interpolated and API-based AQI grids.

That last detail matters. The model is designed to avoid missing hotspots. It would rather over-acknowledge pollution risk than under-place mitigation infrastructure in a critical area. In business terms, this is a risk-sensitive data fusion choice: when the cost of missing a bad zone is high, conservative aggregation can be more useful than elegant averaging.

Three strategies, three management instincts

The paper compares three placement strategies. Each corresponds to a familiar operating instinct.

Strategy What it does Management equivalent Strength Weakness
Random placement Places booths while respecting basic spacing “Spread resources broadly and hope coverage helps” Broad coverage Weak targeting
Greedy high-AQI placement Chooses cells with the highest pollution “Prioritise the worst visible KPI” Best raw AQI improvement Can cluster resources and miss broader exposure impact
PPO-based placement Learns a policy over multiple spatial and constraint variables “Optimise the portfolio, not the loudest metric” Best population and traffic impact with competitive AQI gain Depends on simulator quality and reward design

The random strategy is not useless. It produces the highest reported coverage improvement at 58.96%, compared with 44.84% for greedy and 48.84% for PPO. That sounds impressive until one asks: coverage of what, for whom, and with what impact? Randomness can look inclusive while being operationally lazy.

Greedy placement is the classic executive reflex. Find the worst number. Attack it. Report improvement. Repeat until the board forgets to ask whether the intervention reached the right people. In the paper, greedy placement does exactly what it is built to do: it delivers the largest overall AQI improvement. But it underperforms PPO on population and traffic impact.

PPO’s role is different. It learns a policy that trades off pollution reduction against human exposure, traffic relevance, industrial influence, spacing, and green-space constraints. It is not the hero because it wins the biggest number. It is the more useful planner because it refuses to behave as if one number is the whole world.

Why PPO can lose the headline metric and still win the operating problem

The key result table is worth reading slowly.

Metric Random placement Greedy AQI PPO-based
Overall AQI improvement 24.43% 25.76% 25.39%
Coverage improvement 58.96% 44.84% 48.84%
Population impact score 0.0283 0.0512 0.1144
Traffic impact score 0.0142 0.0368 0.0457
Industrial impact score 0.1025 0.0317 0.0735
Green-space violations 0 1 0
Spatial entropy 4.2485 4.2485 4.2485

The easiest but wrong interpretation is: “PPO did not beat greedy on AQI, so the model is not very useful.”

The better interpretation is: “PPO changed the optimisation target from raw pollution reduction to balanced public-impact allocation.”

Greedy placement compresses attention into the dirtiest cells. That can work when the only goal is to reduce average AQI. But air-quality management is not just a chemistry problem. It is also a population-exposure problem. A moderate AQI improvement in a dense, high-traffic area may matter more socially than a larger improvement in a less exposed zone. The paper’s reward design explicitly gives the PPO agent a way to learn that distinction.

This is the business analogy. In many operating contexts, the best action is not the one that maximises the most obvious metric. The highest-margin customer may not be the best retention target. The busiest branch may not be the best place to add staff. The most delayed project may not deserve the next engineering hire. The most polluted cell may not be the best booth location.

Metrics are not equal just because they fit in the same dashboard.

The mechanism is policy learning, not magic placement

PPO is a policy-gradient reinforcement learning algorithm. In this paper, its job is to learn a mapping from the current urban state to booth-placement actions. The CNN reads the six-channel city grid and outputs both a policy head, which estimates action probabilities, and a value head, which estimates the expected value of the current state.

PPO’s clipped objective matters because the agent is learning through iterative updates. If policy updates are too aggressive, the agent may destabilise: yesterday’s decent placement logic can be overwritten by today’s noisy reward signal. PPO constrains how far the new policy can move from the old one during each update. It is a training-stability device, not an urban-planning philosophy, although that has never stopped consultants before.

The simplified PPO intuition is:

$$ \text{Improve the policy, but do not let the update become so large that learning collapses.} $$

The paper implements this through Stable Baselines3, using an actor-critic setup, Generalized Advantage Estimation, entropy regularisation, value-function updates, and clipped policy updates. Its listed hyperparameters include a learning rate of $2.5 \times 10^{-4}$, discount factor of 0.97, GAE $\lambda$ of 0.95, policy clip of 0.15, batch size of 64, five epochs, entropy coefficient of 0.1, and 100 total episodes.

Those details are not the business story, but they explain why PPO is plausible for this kind of task. Booth placement is high-dimensional, sequential, constrained, and spatial. A simple rule can be good. A policy can be better when the rule must keep adapting to trade-offs.

What the paper’s evidence is doing

The paper includes architecture descriptions, training curves, placement visualisations, a comparison table, and a radar-style multi-dimensional comparison. These should not all be treated as equal evidence. Some are implementation details. Some are diagnostics. Some are the main result.

Paper element Likely purpose What it supports What it does not prove
Multi-channel grid design Implementation detail The agent receives more than AQI; it sees urban context That the data fully represents real Delhi dynamics
PPO vs DQN/DDPG/A3C/TRPO discussion Algorithm rationale Why PPO is a defensible choice for stable policy learning That PPO is empirically superior to every RL alternative here
CNN architecture Implementation detail Spatial features are processed in a structured way That the architecture is optimal
Training reward, loss, entropy, AQI curves Training diagnostic The PPO agent appears to learn and stabilise in simulation That it will transfer cleanly to live deployment
Placement visualisations Qualitative comparison Random, greedy, and PPO behave differently across space Exact causal superiority in the real city
Table 4 performance comparison Main evidence PPO gives the best balanced population and traffic impact with competitive AQI gain That PPO is universally best for all urban mitigation goals
Radar plot Comparative synthesis PPO covers a wider multi-objective profile A new independent experiment

The main evidence is the comparative performance table. The training plots support that the PPO agent learned a policy rather than producing arbitrary outputs. The placement figures help the reader see why the strategies differ. The radar plot is a useful synthesis, but it is not a second thesis.

This distinction matters for business interpretation. A training curve tells you the model learned something inside the simulator. A comparison table tells you how strategies differ under the paper’s metrics. Neither tells you whether a procurement officer can install booths on those exact streets next quarter without land-use conflict, budget overrun, or a local resident asking why a humming machine appeared outside their shop.

Annoying details. Also known as reality.

The business analogue is constrained allocation

The practical lesson is not that every business should train PPO. Most should not. Many should first learn to define a reward function without accidentally incentivising internal vandalism.

The lesson is that PPO-like methods become relevant when four conditions appear together:

  1. Decisions are repeated or sequential.
  2. Actions affect future options.
  3. Success depends on multiple conflicting metrics.
  4. Constraints are real, not decorative.

That describes a surprising amount of business life.

Urban booth placement Business analogue
AQI reduction Revenue, margin, service level, default reduction, churn reduction
Population impact Customer exposure, stakeholder impact, market reach
Traffic impact Operational throughput, transaction density, footfall
Industrial impact Strategic account concentration, high-risk process zones
Green-space exclusion Regulatory, brand, ethical, or operational no-go zones
Booth budget Capex, headcount, inventory, ad spend, engineering capacity
Minimum booth distance Cannibalisation limits, channel conflict, over-servicing constraints
PPO policy Adaptive allocation rule under uncertainty

A retail chain could use this logic to decide where to place service staff, kiosks, or inventory buffers. A logistics operator could allocate vehicles across depots under fuel, lateness, and coverage constraints. A bank could prioritise outreach across borrower segments, balancing expected recovery, customer vulnerability, regulatory treatment, and operational capacity. A SaaS company could allocate customer-success resources across accounts where churn risk, expansion potential, contract value, and support load point in different directions.

In each case, the “greedy” strategy has an obvious temptation. Prioritise the largest account. Prioritise the highest-risk account. Prioritise the lowest-cost route. Prioritise the campaign with the best immediate conversion.

Sometimes that is enough. Often it is not. PPO enters the conversation when the cost of narrow optimisation becomes visible: clustering, redundancy, unfair coverage, future bottlenecks, or high performance on a metric nobody should have promoted to monarch.

The reward function is the strategy document

The paper’s reward function is doing most of the conceptual work. It tells the agent what counts as good placement. AQI reduction matters. Population exposure matters. Traffic and industrial relevance matter. Constraint violations matter.

This is where many business applications either become powerful or quietly become nonsense.

A reinforcement learning system does not “know” the business goal. It receives a proxy. If the proxy is crude, the agent becomes efficiently crude. If the proxy overweights short-term revenue, it may learn to abuse discounts. If it rewards call-centre speed without customer resolution, it may optimise the art of ending calls quickly. If it rewards campaign conversion without brand or refund effects, it may discover the ancient growth-hacking technique known as annoying everyone.

The paper avoids a single-objective trap by making the reward multi-dimensional. But it also inherits the usual reward-design problem: weights reflect assumptions. The study notes that reward weights are tuned through iterative experimentation. That is normal, but it means the final policy is not merely “found” by PPO. It is shaped by the objectives humans chose to encode.

For operators, that is the governance point. PPO can search a complex decision space, but it cannot absolve management of deciding what trade-offs are acceptable. It makes the trade-offs executable. It does not make them morally or commercially correct.

The simulator is useful, but it is still a simulator

The paper’s biggest boundary is not hidden. The booth effect is modelled with Gaussian decay: strongest impact at the booth, diminishing with distance. Urban features such as population, traffic, industrial activity, and green space are also represented through spatial influence models, including Gaussian kernels and radial decay functions.

This is mathematically tidy. Air pollution is not.

The authors identify several limitations: pollutant dispersion depends on chemical transformations, local topography, wind speed, wind direction, humidity, temperature, and pollutant composition. The current model does not explicitly include meteorology. It assumes static AQI distributions more than a live city would allow. It also assumes booth effectiveness in a simplified way, while real purification capacity may vary across conditions.

The deployment boundary is equally important. A model can choose a high-impact cell. A city may still say no. Land-use restrictions, infrastructure availability, power supply, installation cost, maintenance access, public acceptance, and regulatory approvals can turn an optimal coordinate into a polite fiction.

For business readers, this is the familiar gap between analytical optimum and executable plan. A model may tell a bank to prioritise a certain customer segment, but compliance may object. A model may tell a retailer to close a store, but lease penalties may ruin the economics. A model may tell a factory to reallocate capacity, but union agreements, machine setup times, or supplier terms may intervene. Constraints included in the model are constraints. Constraints omitted from the model are future surprises with invoices attached.

What Cognaptus would take from this paper

The paper directly shows a PPO-based reinforcement learning framework applied to a simulated, spatial, multi-objective placement problem. It benchmarks PPO against random and greedy placement, and the strongest empirical point is the trade-off: PPO is not the best raw AQI reducer, but it is the strongest balanced strategy across population and traffic impact while remaining competitive on AQI.

Cognaptus would translate that into three operating principles.

First, optimise the decision portfolio, not the easiest KPI. Greedy policies often look good because they attack visible pain. In complex systems, visible pain is only part of the cost function.

Second, encode constraints before the model learns to ignore them. The paper uses minimum distance, population thresholds, AQI-improvement thresholds, green-space exclusions, and budget limits. Business systems need the same discipline: regulation, channel conflict, service fairness, credit policy, procurement rules, and reputational constraints must be part of the decision environment, not a memo sent after deployment.

Third, treat simulation as a decision rehearsal, not proof of reality. PPO can help discover better policies in a controlled environment. The next step is not blind automation. It is validation: backtesting, sensitivity analysis, cost modelling, expert review, pilot deployment, and monitoring.

That is less glamorous than “AI-powered smart city transformation.” It is also more likely to survive contact with accountants, regulators, weather, and humans. A brutal combination.

Where this should go next

The obvious next version of this work would make the environment more dynamic. Wind speed, wind direction, seasonal pollution patterns, road-level traffic changes, and temporal AQI forecasts would make the state representation more realistic. A static grid can teach allocation logic; a temporal grid can teach adaptation.

The second extension is economic. Booth placement is not just an environmental optimisation problem. It is a capital allocation problem. Installation cost, operating cost, maintenance access, electricity availability, land permissions, and expected health or productivity benefit should eventually enter the reward or constraint model.

The third extension is governance. If a policy recommends placements that benefit dense commercial corridors more than lower-density residential areas, is that optimal or inequitable? The answer depends on the objective function. PPO will not resolve that debate. It will simply optimise whichever answer was encoded.

That may be the most valuable business reminder in the paper. Advanced optimisation does not remove politics from resource allocation. It makes the politics harder to deny.

Conclusion: the policy is the product

The paper is useful because it resists the simplest story. PPO does not dominate every metric. It does something more operationally relevant: it finds a better compromise among competing objectives.

For smart-city planning, that means booth placement can be guided by pollution, people, traffic, industrial exposure, green-space preservation, and budget constraints at the same time. For business, the same logic applies wherever resource allocation is sequential, constrained, and too multi-dimensional for “sort descending by KPI” to remain respectable.

The lesson is not that PPO should run every decision process. The lesson is that policy learning becomes valuable when the decision itself is the product: the repeatable rule by which an organisation allocates scarce attention, money, labour, and infrastructure.

Greedy strategies chase the dirtiest cell. Better policies ask who benefits, what gets crowded out, which constraints matter, and whether the next decision will still make sense after this one.

That is the difference between optimisation and management. One fits neatly in a formula. The other keeps asking inconvenient questions.

Cognaptus: Automate the Present, Incubate the Future.


  1. Kirtan Rajesh and Suvidha Rupesh Kumar, “Deep Reinforcement Learning for Urban Air Quality Management: Multi-Objective Optimization of Pollution Mitigation Booth Placement in Metropolitan Environments,” arXiv:2505.00668, 2025. The arXiv HTML version notes that the work is a preprint of an article published in IEEE Access, vol. 13, pp. 146503–146526, 2025, DOI: 10.1109/ACCESS.2025.3599541. ↩︎