ycyen / compsci682_final_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compsci682_final_project

Setup

git clone https://github.com/ycyen/compsci682_final_project.git
cd compsci682_final_project
chmod +x setup_gcloud_u16.04.sh
./setup_gcloud_u16.04.sh

Usage

Training

python dqn.py train
python dqn.py keeptrain

Testing

python dqn.py test -m <path to model you want to test>

Tmux - mini tutorial

create a tmux window
tmux

detach from a tmux window (window still running in the background)

ctrl + B
d

Freeze current window and scroll (Use up/down to scroll)

ctrl + B
[

check current windows running in the background

tmux ls

return to a window

tmux a

About


Languages

Language:Python 97.2%Language:Shell 2.8%