Picture offered by the authors – generated utilizing Gemini.
For many people, synthetic intelligence (AI) has turn out to be a part of on a regular basis life, and the speed at which we assign beforehand human roles to AI methods exhibits no indicators of slowing down. AI methods are the essential elements of many applied sciences — e.g., self-driving automobiles, good city planning, digital assistants — throughout a rising variety of domains. On the core of many of those applied sciences are autonomous brokers — methods designed to behave on behalf of people and make choices with out direct supervision. With a purpose to act successfully in the true world, these brokers have to be able to finishing up a variety of duties regardless of presumably unpredictable environmental situations, which regularly requires some type of machine studying (ML) for attaining adaptive behaviour.
Reinforcement studying (RL) [6] stands out as a strong ML approach for coaching brokers to realize optimum behaviour in stochastic environments. RL brokers study by interacting with their setting: for each motion they take, they obtain context-specific rewards or penalties. Over time, they study behaviour that maximizes the anticipated rewards all through their runtime.
Picture offered by the authors – generated utilizing Gemini.
RL brokers can grasp all kinds of advanced duties, from profitable video video games to controlling cyber-physical methods comparable to self-driving automobiles, usually surpassing what skilled people are able to. This optimum, environment friendly behaviour, nevertheless, if left solely unconstrained, could become off-putting and even harmful to the people it impacts. This motivates the substantial analysis effort in protected RL, the place specialised strategies are developed to make sure that RL brokers meet particular security necessities. These necessities are sometimes expressed in formal languages like linear temporal logic (LTL), which extends classical (true/false) logic with temporal operators, permitting us to specify situations like “one thing that should at all times maintain”, or “one thing that should ultimately happen”. By combining the adaptability of ML with the precision of logic, researchers have developed highly effective strategies for coaching brokers to behave each successfully and safely.
Nonetheless, security isn’t every little thing. Certainly, as RL-based brokers are more and more given roles that both exchange or intently work together with people, a brand new problem arises: making certain their habits can also be compliant with the social, authorized and moral norms that construction human society, which regularly transcend easy constraints guaranteeing security. For instance, a self-driving automotive may completely comply with security constraints (e.g. avoiding collisions), but nonetheless undertake behaviors that, whereas technically protected, violate social norms, showing weird or impolite on the street, which could trigger different (human) drivers to react in unsafe methods.

Norms are usually expressed as obligations (“it’s essential to do it”), permissions (“you might be permitted to do it”) and prohibitions (“you might be forbidden from doing it”), which aren’t statements that may be true or false, like classical logic formulation. As a substitute, they’re deontic ideas: they describe what is true, improper, or permissible — supreme or acceptable behaviour, as a substitute of what’s truly the case. This nuance introduces a number of tough dynamics to reasoning about norms, which many logics (comparable to LTL) wrestle to deal with. Even every-day normative methods like driving rules can characteristic such issues; whereas some norms will be quite simple (e.g., by no means exceed 50 kph inside metropolis limits), others will be extra advanced, as in:
- At all times preserve 10 meters between your car and the automobiles in entrance of and behind you.
- If there are lower than 10 meters between you and the car behind you, it’s best to decelerate to place more room between your self and the car in entrance of you.
(2) is an instance of a contrary-to-duty obligation (CTD), an obligation it’s essential to comply with particularly in a scenario the place one other main obligation (1) has already been violated to, e.g., compensate or cut back injury. Though studied extensively within the fields of normative reasoning and deontic logic, such norms will be problematic for a lot of fundamental protected RL strategies primarily based on implementing LTL constraints, as was mentioned in [4].
Nonetheless, there are approaches for protected RL that present extra potential. One notable instance is the Restraining Bolt approach, launched by De Giacomo et al. [2]. Named after a tool used within the Star Wars universe to curb the habits of droids, this methodology influences an agent’s actions to align with specified guidelines whereas nonetheless permitting it to pursue its objectives. That’s, the restraining bolt modifies the habits an RL agent learns in order that it additionally respects a set of specs. These specs, expressed in a variant of LTL (LTLf [3]), are every paired with its personal reward. The central thought is straightforward however highly effective: together with the rewards the agent receives whereas exploring the setting, we add an extra reward at any time when its actions fulfill the corresponding specification, nudging it to behave in ways in which align with particular person security necessities. The task of particular rewards to particular person specs permits us to mannequin extra sophisticated dynamics like, e.g., CTD obligations, by assigning one reward for obeying the first obligation, and a special reward for obeying the CTD obligation.
Nonetheless, points with modeling norms persist; for instance, many (if not most) norms are conditional. Take into account the duty stating “if pedestrians are current at a pedestrian crossing, THEN the close by automobiles should cease”. If an agent had been rewarded each time this rule was glad, it could additionally obtain rewards in conditions the place the norm shouldn’t be truly in pressure. It is because, in logic, an implication holds additionally when the antecedent (“pedestrians are current”) is fake. Because of this, the agent is rewarded at any time when pedestrians usually are not round, and may study to delay its runtime with the intention to accumulate these rewards for successfully doing nothing, as a substitute of effectively pursuing its meant process (e.g., reaching a vacation spot). In [5] we confirmed that there are situations the place an agent will both ignore the norms, or study this “procrastination” habits, irrespective of which rewards we select. Because of this, we launched Normative Restraining Bolts (NRBs), a step ahead towards implementing norms in RL brokers. Not like the unique Restraining Bolt, which inspired compliance by offering extra rewards, the normative model as a substitute punishes norm violations. This design is impressed by the Andersonian view of deontic logic [1], which treats obligations as guidelines whose violation essentially triggers a sanction. Thus, the framework not depends on reinforcing acceptable habits, however as a substitute enforces norms by guaranteeing that violations carry tangible penalties. Whereas efficient for managing intricate normative dynamics like conditional obligations, contrary-to-duties, and exceptions to norms, NRBs depend on trial-and-error reward tuning to implement norm adherence, and subsequently will be unwieldy, particularly when attempting to resolve conflicts between norms. Furthermore, they require retraining to accommodate norm updates, and don’t lend themselves to ensures that optimum insurance policies reduce norm violations.
Our contribution
Constructing on NRBs, we introduce Ordered Normative Restraining Bolts (ONRBs), a framework for guiding reinforcement studying brokers to adjust to social, authorized, and moral norms whereas addressing the restrictions of NRBs. On this method, every norm is handled as an goal in a multi-objective reinforcement studying (MORL) downside. Reformulating the issue on this means permits us to:
- Show that when norms don’t battle, an agent who learns optimum behaviour will reduce norm violations over time.
- Categorical relationships between norms when it comes to a rating system describing which norm needs to be prioritized when a battle happens.
- Use MORL strategies to algorithmically decide the mandatory magnitude of the punishments we assign such that it’s guarantied that as long as an agent learns optimum behaviour, norms will probably be violated as little as doable, prioritizing the norms with the very best rank.
- Accommodate adjustments in our normative methods by “deactivating” or “reactivating” particular norms.
We examined our framework in a grid-world setting impressed by technique video games, the place an agent learns to gather sources and ship them to designated areas. This setup permits us to reveal the framework’s potential to deal with the advanced normative situations we famous above, together with direct prioritization of conflicting norms and norm updates. For example, the determine under

shows how the agent handles norm conflicts, when it’s each obligated to (1) keep away from the harmful (pink) areas, and (2) attain the market (blue) space by a sure deadline, supposing that the second norm takes precedence. We will see that it chooses to violate (1) as soon as, as a result of in any other case it will likely be caught originally of the map, unable to satisfy (2). Nonetheless, when given the chance to violate (1) as soon as extra, it chooses the compliant path, although the violating path would enable it to gather extra sources, and subsequently extra rewards from the setting.
In abstract, by combining RL with logic, we are able to construct AI brokers that don’t simply work, they work proper.
This work gained a distinguished paper award at IJCAI 2025. Learn the paper in full: Combining MORL with restraining bolts to study normative behaviour, Emery A. Neufeld, Agata Ciabattoni and Radu Florin Tulcan.
Acknowledgements
This analysis was funded by the Vienna Science and Expertise Fund (WWTF) mission ICT22-023 and the Austrian Science Fund (FWF) 10.55776/COE12 Cluster of Excellence Bilateral AI.
References
[1] Alan Ross Anderson. A discount of deontic logic to alethic modal logic. Thoughts, 67(265):100–103, 1958.
[2] Giuseppe De Giacomo, Luca Iocchi, Marco Favorito, and Fabio Patrizi. Foundations for restraining bolts: Reinforcement studying with LTLf/LDLf restraining specs. In Proceedings of the worldwide convention on automated planning and scheduling, quantity 29, pages 128–136, 2019.
[3] Giuseppe De Giacomo and Moshe Y Vardi. Linear temporal logic and linear dynamic logic on finite traces. In IJCAI, quantity 13, pages 854–860, 2013.
[4] Emery Neufeld, Ezio Bartocci, and Agata Ciabattoni. On normative reinforcement studying by way of protected reinforcement studying. In PRIMA 2022, 2022.
[5] Emery A Neufeld, Agata Ciabattoni, and Radu Florin Tulcan. Norm compliance in reinforcement studying brokers by way of restraining bolts. In Authorized Information and Info Programs JURIX 2024, pages 119–130. IOS Press, 2024.
[6] Richard S. Sutton and Andrew G. Barto. Reinforcement studying – an introduction. Adaptive computation and machine studying. MIT Press, 1998.

Agata Ciabattoni
is a Professor at TU Wien.

Emery Neufeld
is a postdoctoral researcher at TU Wien.

