Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 840 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 840 Bytes

OrganizationOscillation

License Python Version

Overview

Simulation Model on organizational oscillation between learning and forgetting

Table of Contents

Installation

Prerequisites

  • Python 3.8 or higher
  • pip (Python package installer)

Setting up the repo

  1. Clone the repository:

    https://github.com/georgia-max/OrganizationOscillation.git
  2. Activate virtual environment in your terminal:

     source venv/bin/activate
    
  3. Install the required dependencies:

    pip install -r requirements.txt