Skip to content

villebro/mimir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mimir

Yahtzee AI experiment

Installation

It is recommended to use pipenv. To install the environment, do the following:

pipenv install ipykernel
pipenv shell
python -m ipykernel install --user --name=`basename $VIRTUAL_ENV`

If you don't already have Jupyter installed, do that by running

pip install jupyter

After that you can start jupyter:

jupyter notebook

Developer's guide

The requirements.txt file is dynamically generated using pip-tools. To bump all dependencies to the latest versions run

pip-compile -U --output-file requirements.txt requirements.in requirements-dev.in

Releases

No releases published

Packages

No packages published