Plotting scripts for generating the simplex figures for the select-deception demo
-
Python: Ensure you have Python installed. This project requires Python 3.6 or newer. You can check your Python version using:
python --version
If you don't have Python installed, download it from the official website.
-
Conda: This project uses Conda for environment and package management. If you don't have Conda installed, you can get it from here.
-
Clone the Repository
Start by cloning the repository to your local machine:
git clone https://github.com/paolobova/select-deception-simplex.git cd select-deception-simplex
-
Create and Activate a Conda Environment
Use the makefile to set up a new Conda environment:
make env
After creating the environment, activate it:
conda activate select-deception-simplex
-
Install Dependencies
With the Conda environment activated, install the project's dependencies:
make deps
-
Run the Project
Now you're ready to run the project!
You can run demo.py or its notebook counterpart.
-
Jupyter Lab (Optional)
If you want to use Jupyter Lab, you can start it using:
make lab