Skip to content

magnusbechwind/BDDLsimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EBDDLsimulator

Simulator for reading (E)BDDL problem and domain files and playing the encoded game.

Requirements

The simulator has been developed and tested with python 3.9.

Usage

The simulator is run with the command python3 main.py. If no problem or domain file is provided chess is simulated.

Arguments

  • The argument --domain or -D can be used to specify a domain file.

  • The argument --problem or -P can be used to specify a problem file.

Domain and problem files must be valid EBDDL.

  • The argument --print_indices [0/1] toggles whether or not to print indices on the game board, defaults 1.

  • The argument --show_grid [0/1] toggles whether or not to print a grid on the game board, defaults 1.

  • The argument --debug [0/1] prints various debug information. Defaults 0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published