SHIPPU GSS is a experimental implementation of neural network based automated playing of time attack shooter game.
Before the execution install Python, Pygame and NumPy and then execute gss.py.
gss.py outputs pickle files that includes gene information when altering generation. To continue execution, give this file as command line option.
Command line synopsis is below:
$ python3 gss.py [OPTION] [GENE FILE]
- -n ... No wait
- -s ... Silent
- Esc key ... Exit game / return to home
This software is distributed under the MIT License.
- Version 0.0.0 ... (not released yet)
SHIPPU GSSはタイムアタックシューティングをベースにしたニューラルネットワークに よる自動プレイの実験です。
Python、Pygame、NumPyをインストール後、gss.pyを実行してください。
実行中は世代交代時に遺伝子情報が記録されたpickleファイルを出力します。起動時に 引数でこのファイルを指定することにより途中から継続して実行することができます。
コマンドラインは以下の通りです:
$ python3 gss.py [オプション] [遺伝子情報ファイル]
- -n ... ノーウエイト
- -s ... サイレント
- Escキー ... ゲーム終了 / タイトル画面に戻る
MITライセンスで配布します。
- バージョン0.0.0 ... (まだ)