Third place project for The Y Hack 2019
Team-members: Aaron Aposhian, Adam Aposhian, Andrew Aposhian, terradactl
Derivative work of starpusher by Al Sweigart
This project uses code and a pretrained network from the pytorch-chatbot project by ywk991112.
Original art assets by Aaron Aposhian
-
Set up a Python 3 environment with all of the required dependencies.
-
Get the trained neural network file here. Then place it in the root and use the following commands to move it and create the proper save directory where it should go.
mkdir -p save/model/movie_subtitles/1-1_512 mv 50000_backup_bidir_model.tar save/model/movie_subtitles/1-1_512
-
To play the game, run
python gameplay.py
- pygame
- pytorch
- dqdn