A gym wrapping the jass-kit-cpp Schieber Jass implementation. Enables easy training leveraging rllib.
Install the package
$ pip install -v -e .
Run tests to verify local setup
$ sjgym (--nodocker) --test
Train a Schieber Jass agent using rllib with
$ sjgym --file /app/resources/apex_multiagent.yaml --log
To export agent to JIT format
$ sjgym --file /app/resources/apex_multiagent.yaml --export --latest_checkpoint <path-to-checkpoints>