Skip to content

brollb/game-balancing-example-0ad

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Game Balancing Example in 0 A.D.

This repository contains a simple example of exploring game balance using 0 A.D. More detail can be found in the demo video!

Quick Start

First, we will need to start 0 AD with our custom scenarios (available in a mod here). Then, we can start 0 AD with the RL interface (and the mods):

pyrogenesis --rl-interface=127.0.0.1:6000 --mod=rl-scenarios --mod=public

Next, we will install the required Python dependencies:

python -m pip install -r requirements.txt

You may need to install zero_ad manually from here.

Finally, we can run the example with:

python find_speed_range.py

About

This repository contains a simple example exploring game balance using 0 A.D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published