Awesome
Sorting-Battle-Python
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.py
in the game folder.
- Run
- 2P version:
- Run
python terminal_game_2p.py
in the game folder.
- Run
Contributing :)
- The
main
branch is protected, so you need use thedev
branch 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.