Skip to content

CHANGE: use piece value function as an initial dlshogi model #61

CHANGE: use piece value function as an initial dlshogi model

CHANGE: use piece value function as an initial dlshogi model #61

name: Run Python Profiling
on:
push:
branches: [ main, develop, tmp ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install dependencies
run: pip install .[dlshogi]
- name: Run command
run: python -m cProfile -s tottime examples/dlshogi_model.py