Papers › Kinetix: Investigating the Training of General Agents through Open-Ended Physics-Based...

Kinetix: Investigating the Training of General Agents through Open-Ended Physics-Based Control Tasks

30 Oct 2024arXiv:2410.23208archive 2025-07-28

Michael Matthews, Michael Beukman, Chris Lu, Jakob Foerster

While large models trained with self-supervised learning on offline datasets have shown remarkable capabilities in text and image domains, achieving the same generalisation for agents that act in sequential decision problems remains an open challenge. In this work, we take a step towards this goal by procedurally generating tens of millions of 2D physics-based tasks and using these to train a general reinforcement learning (RL) agent for physical control. To this end, we introduce Kinetix: an open-ended space of physics-based RL environments that can represent tasks ranging from robotic locomotion and grasping to video games and classic RL environments, all within a unified framework. Kinetix makes use of our novel hardware-accelerated physics engine Jax2D that allows us to cheaply simulate billions of environment steps during training. Our trained agent exhibits strong physical reasoning capabilities, being able to zero-shot solve unseen human-designed environments. Furthermore, fine-tuning this general agent on tasks of interest shows significantly stronger performance than training an RL agent *tabula rasa*. This includes solving some environments that standard RL training completely fails at. We believe this demonstrates the feasibility of large scale, mixed-quality pre-training for online RL and we hope that Kinetix will serve as a useful framework to investigate this further.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.23208")

Code

Syntology Ran 24 of 33 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 5 ran · honoured contract; 4 ran · violated contract; 9 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 33 samples from 1 repository, 24 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

michaeltmatthews/jax2d officialmentioned in papermentioned on GitHubjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

33 samples harvested; 24 ran; 5 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · honoured contract
4ran · violated contract
9ran · our draft was wrong
6ran
9unverified

Licence: 0 of the 33 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from michaeltmatthews/jax2d. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CollisionManifold michaeltmatthews/jax2d/jax2d/engine.py official repository ran · metamorphic tier: deterministic MIT (permissive) · c4d71922afef391f · report
Joint michaeltmatthews/jax2d/jax2d/engine.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 94edda67873cb84a · report
RigidBody michaeltmatthews/jax2d/jax2d/engine.py official repository ran MIT (permissive) · 7d72c868e25d3fe1 · report
SimParams michaeltmatthews/jax2d/jax2d/engine.py official repository ran · metamorphic tier: deterministic MIT (permissive) · b2fe077eb4ab29bc · report
StaticSimParams michaeltmatthews/jax2d/jax2d/engine.py official repository ran · metamorphic tier: deterministic MIT (permissive) · a4f645240883f386 · report
Thruster michaeltmatthews/jax2d/jax2d/engine.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 2336ad395d05d388 · report
_calc_normals michaeltmatthews/jax2d/jax2d/engine.py official repository ran · honoured contract fingerprinted MIT (permissive) · ffba1b89ed7b3dbb · report
_calc_relative_velocity michaeltmatthews/jax2d/jax2d/engine.py official repository ran · violated contract fingerprinted MIT (permissive) · 9d034cff62cb5d7a · report
apply_motor michaeltmatthews/jax2d/jax2d/engine.py official repository ran · honoured contract MIT (permissive) · 784a8433f936cdc1 · report
calc_nrr michaeltmatthews/jax2d/jax2d/engine.py official repository ran · honoured contract MIT (permissive) · 41526b77e7ab9774 · report
find_axis_of_least_penetration michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · ebcbd3a6aec7b749 · report
generate_manifold_circle_circle michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · 3c0891f5996e6469 · report
generate_manifold_circle_polygon michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · 65a4ee7460d349a3 · report
get_global_joint_position michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · 80bbe3a004dd200e · report
get_pairwise_interaction_indices michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · 135e1f257da96d04 · report
make_impulse_warm_starting_fn michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · 7711865e3a2be371 · report
resolve_collision michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · b7d1f6c9760a0659 · report
resolve_joint_warm_start michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · cdbad98fd56af8d8 · report
resolve_warm_starting_impulse michaeltmatthews/jax2d/jax2d/engine.py official repository ran · our draft was wrong MIT (permissive) · 9a0ecc9db778deab · report
rmat michaeltmatthews/jax2d/jax2d/engine.py official repository ran · honoured contract fingerprinted MIT (permissive) · 714fc19192991565 · report
should_collide michaeltmatthews/jax2d/jax2d/engine.py official repository ran · violated contract MIT (permissive) · 6ce0d2878c4c5281 · report
sv_cross michaeltmatthews/jax2d/jax2d/engine.py official repository ran · violated contract fingerprinted MIT (permissive) · 46ad6ff4db64620e · report
vs_cross michaeltmatthews/jax2d/jax2d/engine.py official repository ran · violated contract fingerprinted MIT (permissive) · a24736ffedb47a18 · report
zero_to_one michaeltmatthews/jax2d/jax2d/engine.py official repository ran · honoured contract fingerprinted MIT (permissive) · 3038aa560a19a42a · report
PhysicsEngine michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · 97e3860ee069aba1 · report
SimState michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · 2d49e5e9470c5ce8 · report
clip_state michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · 10c35bf536161db1 · report
generate_manifolds_polygon_polygon michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · 57ea80bce05796b0 · report
make_impulse_resolver_fn michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · dc4cdaab20067ae4 · report
make_joint_resolver_fn michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · 382494b973220020 · report
make_joint_warm_starting_fn michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · 205c6f151e79ea13 · report
resolve_joint michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · ad789cd91688f897 · report
select_shape michaeltmatthews/jax2d/jax2d/engine.py official repository unverified MIT (permissive) · db22eb5a43e3f2d1 · report

Tasks

General Reinforcement LearningReinforcement Learning (RL)Self-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections