SkillAgentSearch skills...

Axiom

Implementation and evaluation of the AXIOM architecture from the preprint "AXIOM: Learning to Play Games in Minutes with Expanding Object Centric Models"

Install / Use

/learn @VersesTech/Axiom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AXIOM

This repository contains the code to train the AXIOM architecture on data from the Gameworld 10k benchmark, as described in the preprint: "AXIOM: Learning to Play Games in Minutes with Expanding Object-Centric Models."

Installation

Install using pip in an environment with python3.11:

pip install -e .

We recommend installing on a machine with an Nvidia GPU (with Cuda 12):

pip install -e .[gpu]

AXIOM

To run our AXIOM agent, run the main.py script. The results are dumped to a .csv file and an .mp4 video of the gameplay. When you have wandb set up, results are also pushed to a wandb project called axiom.

python main.py --game=Explode

To see all available configuration options, run python main.py --help.

When running on a CPU, or to limit execution time for testing, you can tune down some hyperparameters at the cost of lower average reward, i.e. planning params, bmr samples and number of steps

python main.py --game=Explode --planning_horizon 16 --planning_rollouts 16 --num_samples_per_rollout 1 --num_steps=5000 --bmr_pairs=200 --bmr_samples=200

We also provide an example.ipynb notebook that allows to experiment in a Jupyter notebook and visualize various aspects of the models.

License

Copyright 2025 VERSES AI, Inc.

Licensed under the VERSES Academic Research License (the “License”); you may not use this file except in compliance with the license.

You may obtain a copy of the License at

https://github.com/VersesTech/axiom/blob/main/LICENSE

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Related Skills

View on GitHub
GitHub Stars67
CategoryEducation
Updated4d ago
Forks20

Languages

Python

Security Score

80/100

Audited on Mar 27, 2026

No findings