AI Learning and Conceptual Transfer in the Game of Hidden Rules
This report details a study on the Game of Hidden Rules (GOHR) where Transformer-based A2C agents are trained to infer hidden rules through trial-and-error feedback, examining the impact of feature-centric versus object-centric representations, rule difficulty, transfer learning, and generalization, while also analyzing human learning patterns assisted by pseudo-bots.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
In the vast landscape of artificial intelligence, researchers are constantly trying to teach machines how to learn the way humans do: by observing patterns, making mistakes, and figuring out the hidden logic that governs a situation. This is not about simply memorizing facts, but about discovering the underlying rules of a game or a system without being told what they are. Imagine walking into a room where objects must be sorted into bins, but no one tells you the sorting criteria. You have to guess, try a few things, see what works, and slowly deduce the rule. This process of inferring hidden structures is fundamental to how we navigate the world, from scientific reasoning to strategic decision-making. For machines to become truly adaptable, they need to master this same skill, moving beyond rigid programming to genuine conceptual understanding.
A team of researchers at Rutgers University and the University of Southern California set out to explore this challenge using a controlled environment called the Game of Hidden Rules. In this digital game, an artificial agent faces a board with nine objects, each having a specific shape and color, and four buckets in the corners. The goal is to move every object into the correct bucket, but the rule determining which object goes where is kept secret. The agent only learns through trial and error; if it makes a move, the game says "yes" or "no," offering no further explanation. The researchers wanted to see how well different types of artificial intelligence could figure out these invisible rules, how quickly they could learn them, and whether learning one rule would help them learn a new, related one later.
To test this, the team built two different ways for the computer to "see" the game board. The first method, called feature-centric, treats the board like a grid of lights. It looks at the board as a whole, noting where shapes and colors appear in specific spots, much like a camera taking a picture of the scene. The second method, called object-centric, treats each piece as a distinct individual. It focuses on the specific attributes of each object—its color, its shape, and its exact location—keeping them separate rather than blending them into a single image. The researchers trained both types of agents using a learning algorithm that rewards them for making correct moves and penalizes them for mistakes, allowing them to improve over thousands of attempts.
The results revealed a clear difference in how these two approaches handle learning. The object-centric agents, which viewed the world as a collection of individual items, proved to be much more effective at understanding the deeper logic of the game. They learned the rules faster and were better at applying what they learned to new situations. When the researchers tested how well the agents could generalize their knowledge, the object-centric models showed a remarkable ability to transfer their skills, though with limits. Statistical analysis showed that corresponding shape-based and color-based rules exhibited highly similar performance characteristics, indicating that the models treated these rule types consistently. However, when the board contained more objects than it had ever seen before, the object-centric models did experience a measurable degradation in performance, particularly for rules requiring complex ordering or relational reasoning. In contrast, the feature-centric agents struggled with these changes. They seemed to memorize the specific positions of objects on the board rather than understanding the abstract relationship between the objects and the buckets. When the board layout changed slightly, their performance dropped sharply, suggesting they had learned a map of the room rather than the rule of the game.
The study also looked at how difficult different types of rules were for the agents to grasp. Simple rules, like "put all red things in the first bucket," were learned quickly by both types of agents. However, rules that required understanding a sequence or a complex order, such as "place the pieces in the order they appear on a page," proved much harder. The researchers found that feature-ordering and conditional properties remained the most challenging for both models to learn, though the object-centric agents generally exhibited more stable and coherent learning curves across these difficult tasks compared to the feature-centric agents.
A particularly striking finding emerged when the researchers examined how the agents learned from one rule to the next. When an agent learned a simple rule and then was asked to learn a compound rule that combined two concepts, the object-centric agents showed a massive boost in performance, but only when the prior training specifically included the true component rules of the target. In these specific cases, they could reuse the knowledge they had gained, effectively skipping the initial trial-and-error phase with an almost five-fold improvement in convergence speed. The feature-centric agents, however, showed little to no benefit from this prior experience in most cases. They seemed unable to recognize that the new rule was built from parts they had already mastered, showing only weak positive transfer or modest gains in specific instances. This suggests that the object-centric approach allows the machine to build a more flexible and reusable understanding of concepts, similar to how a human might realize that the logic for sorting by one attribute is similar to the logic for sorting by another.
Beyond the machines, the researchers also looked at how humans played the game, specifically when they were given help from a computer program that offered suggestions. By analyzing the sequence of moves and the timing of successes and failures, they found that they could distinguish between a human playing alone and a human playing with assistance. Even without seeing the board or knowing the strategy, the pattern of wins and losses was enough to reveal the presence of the helper. This suggests that the way we learn and correct our mistakes leaves a unique signature, one that can be detected even when the underlying strategy is hidden.
Ultimately, this work highlights a crucial step forward in teaching machines to think conceptually. It suggests that for an artificial intelligence to truly learn from experience, it needs to see the world not just as a static image, but as a collection of interacting objects with their own properties. By focusing on the individual pieces and their relationships, machines can develop a more robust and transferable understanding of the rules that govern their environment. While the study does not claim to have solved the mystery of human-like learning, it provides strong evidence that the way we represent information to a machine is just as important as the learning algorithm itself. The object-centric approach appears to be a more promising path toward creating systems that can adapt, generalize, and learn from the hidden structures of the world around them.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.