ailiga

GPL-3.0 License

Stars
0

AILiga

Goals

  • Monthly releases of seasons/tournament results
  • User folders
  • Strict versioning for reproducibility (once a version is pushed, gitignore it)

Installation

git clone https://github.com/APN-Pucky/ailiga.git
poerty install
poetry shell

Testing and Training

Currently, training/testing fighters works through the fighter tests.

python tests/test_dqn_fighter.py

Tensorboard

tensorboard --logdir log/ --load_fast=false

Limitations

Currently, the implementation through tianshou.BasePolicy seems to only support DQNPolicy and also not Discrete() observation spaces.

References

Frameworks

Books

Development

We use black through

package/python structure: