Sorting-Battle-Python
January 5, 2023 ยท View on GitHub
The Python repo for Sorting Battle the game.
sorting_battle_gym
- This is the package folder for the gym to train the model.
training
- This is the folder for the RL model training.
game
- This folder contains simple terminal version of the game for testing.
- 1P version:
- Run
python terminal_game_1p.pyin the game folder.
- Run
- 2P version:
- Run
python terminal_game_2p.pyin the game folder.
- Run
Contributing :)
- The
mainbranch is protected, so you need use thedevbranch or create a new branch, and make a pull request to merge it. - The pull request will be tested automatically. If it passes all the tests, you may merge it.
- for python naming convention, please refer to https://realpython.com/python-pep8/#naming-styles.