Harm Van Seijen, Jorge Mendez, Eric Eaton
We lifted 4 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| Lifelong-ML/Mendez2022ModularLifelongRL | canonical | 1 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| reject_next_to | Ran | Lifelong-ML/Mendez2022ModularLifelongRL/Discrete2D/gym-minigrid/gym_minigrid/roomgrid.py code served (permissive licence) · get_code("beb7d468d5185af5") |
| downsample | Not yet run | Lifelong-ML/Mendez2022ModularLifelongRL/Discrete2D/gym-minigrid/gym_minigrid/rendering.py code served (permissive licence) · get_code("59df34732c3e3418") |
| fill_coords | Not yet run | Lifelong-ML/Mendez2022ModularLifelongRL/Discrete2D/gym-minigrid/gym_minigrid/rendering.py code served (permissive licence) · get_code("bd9c272b32f75522") |
| rotate_fn | Not yet run | Lifelong-ML/Mendez2022ModularLifelongRL/Discrete2D/gym-minigrid/gym_minigrid/rendering.py code served (permissive licence) · get_code("8990d1cc61cec299") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Humans commonly solve complex problems by decomposing them into easier subproblems and then combining the subproblem solutions. This type of compositional reasoning permits reuse of the subproblem solutions when tackling future tasks that share part of the underlying compositional structure. In a continual or lifelong reinforcement learning (RL) setting, this ability to decompose knowledge into reusable components would enable agents to quickly learn new RL tasks by leveraging accumulated compositional structures. We explore a particular form of composition based on neural modules and present a set of RL problems that intuitively admit compositional solutions. Empirically, we demonstrate that neural composition indeed captures the underlying structure of this space of problems. We further propose a compositional lifelong RL method that leverages accumulated neural components to accelerate the learning of future tasks while retaining performance on previous tasks via off-line RL over replayed experiences.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2207.00429")
get_code_for_paper("2207.00429")
have("2207.00429")
Connect an agent — have() is free.