Stefanos Nikolaidis, Robby Costales
We lifted 5 functions out of this paper's own repositories and ran 0 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 |
|---|---|---|
| robbycostales/diva | canonical | 0 of 1 |
| AMLab-Amsterdam/DIVA | reimplementation | 0 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| final_test | Not yet run | AMLab-Amsterdam/DIVA/paper_experiments/malaria/diva/experiment_diva_top10_resnet_new.py code served (permissive licence) · get_code("b42704cf26fc7c1a") |
| get_accuracy | Not yet run | AMLab-Amsterdam/DIVA/paper_experiments/rotated_mnist/supervised/experiment_only_sup_diva.py code served (permissive licence) · get_code("836e4fec26e79ed7") |
| init | Not yet run | robbycostales/diva/diva/components/policy/networks.py code served (permissive licence) · get_code("3e211798265a006a") |
| test | Not yet run | AMLab-Amsterdam/DIVA/paper_experiments/malaria/diva/experiment_diva_top10_resnet_new.py code served (permissive licence) · get_code("41ecd72a1b2446e5") |
| train | Not yet run | AMLab-Amsterdam/DIVA/paper_experiments/malaria/diva/experiment_diva_top10_resnet_new.py code served (permissive licence) · get_code("8c933ed6e26dcecc") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
The wider application of end-to-end learning methods to embodied decision-making domains remains bottlenecked by their reliance on a superabundance of training data representative of the target domain. Meta-reinforcement learning (meta-RL) approaches abandon the aim of zero-shot generalization-the goal of standard reinforcement learning (RL)-in favor of few-shot adaptation, and thus hold promise for bridging larger generalization gaps. While learning this meta-level adaptive behavior still requires substantial data, efficient environment simulators approaching real-world complexity are growing in prevalence. Even so, handdesigning sufficiently diverse and numerous simulated training tasks for these complex domains is prohibitively labor-intensive. Domain randomization (DR) and procedural generation (PG), offered as solutions to this problem, require simulators to possess carefully-defined parameters which directly translate to meaningful task diversity-a similarly prohibitive assumption. In this work, we present DIVA, an evolutionary approach for generating diverse training tasks in such complex, openended simulators. Like unsupervised environment design (UED) methods, DIVA can be applied to arbitrary parameterizations, but can additionally incorporate realistically-available domain knowledge-thus inheriting the flexibility and generality of UED, and the supervised structure embedded in well-designed simulators exploited by DR and PG. Our empirical results showcase DIVA's unique ability to overcome complex parameterizations and successfully train adaptive agent behavior, far outperforming competitive baselines from prior literature. These findings highlight the potential of such semi-supervised environment design (SSED) approaches, of which DIVA is the first humble constituent, to enable training in realistic simulated domains, and produce more robust and capable adaptive agents. Our code is available at https://github.com/robbycostales/diva.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2411.04466")
get_code_for_paper("2411.04466")
have("2411.04466")
Connect an agent — have() is free.