Socrats / CGT-course-Assignment1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment 1 of Computational Game Theory Course

This repository contains the files required to complete the first assigment of the the Computational Game Theory (CGT) course.

To install all required packages, go to the CGT-course directory and run:

python -m venv cgtenv
source cgtenv/bin/activate
pip install -r requirements.txt

Or with anaconda:

conda create --name cgtenv
conda activate cgtenv
pip install -r requirements.txt

Finally, to make your virual environment visible to jupyter:

python -m ipykernel install --user --name=cgtenv

The CGT-Assignment1 is a jupyter notebook that contains all the information required to complete your assignment.

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%