Skip to content

Latest commit

Β 

History

History
67 lines (47 loc) Β· 1.85 KB

File metadata and controls

67 lines (47 loc) Β· 1.85 KB

HETEROGENEITY

Exploring the heterogeneity-span tradeoff

license last-commit repo-top-language


πŸ“ Overview

The Heterogeneity Project explores the role of heterogeneity in neural network architectures by exploring diverse activation functions and optimisation algorithms. We want to understand why biology often come with tin, highly heterogeneous networks solutions that require big population for their homogeneous counterparts to solve.


πŸš€ Setup

Dependencies

  • Python 3.11
  • NEAT-Python (@Finebouche branch)
  • Farama Gymnasium

Installation

  1. Clone the repository:

    git clone https://github.com/Finebouche/neat-gymnasium.git
    cd heterogeneous
  2. Install the required packages:

    conda env create -f environment.yml  

πŸ€– Usage

Run heterogeneity using the following command: Using conda Β 

❯ conda activate het_env

πŸŽ— License

This project is protected under the MIT License License.


πŸ™Œ Acknowledgments

  • List any resources, contributors, inspiration, etc. here.