GMMDMDIDEMS / rddl-instance-generator

A command line tool for generating an unlimited number of RDDL instance files of customisable complexity.
MIT License
0 stars 0 forks source link

Add type_value support for enumerables #1

Open GMMDMDIDEMS opened 2 months ago

GMMDMDIDEMS commented 2 months ago

Currently only supports objects. Documentation

GMMDMDIDEMS commented 1 month ago

Domains with enumerables are supported, however, only if the type_value is not an enumerable. E.g. Tetris is supported, as SHAPES has the type_value bool.

For allowing enumerables we mainly have to adjust the Fluent class.