Skip to main content

EPANN: Evolving Plastic Artificial Networks for General Intelligence

Project description

Introduction

A crucial difference between artificial neural networks (ANNs) and biological neural networks (BNNs) is that BNNs can acquire new skills across variant tasks on their own. Motivated by BNNs, we try to implement the "Learning By Interaction" principle in the meta-learning framework. We aim to unify supervised learning, reinforcement learning, and unsupervised learning in a model-based / plasticity-based manner. The learning no longer relies on human-designed target function and optimization but through the black-box mechanism of the neural networks and plasticity rules. We build this evolving plasticity repo to facilitate the research on this topic.

Requirement

python >= 3.7.4

parl == 1.4.1

numpy >= 1.8.1

metagym >= 0.1.0

Run Meta-Training in Random Maze-2D environments

python run_train.py config_maze_train

Run Meta-Testing in Random Maze-2D environments

python run_test.py config_maze_test

If you are to use parallelization mode, start xparl master on your remote server by using:

xparl start --cpu_num $cpu_num --port $port_id

and change the "server" configuration to "$IP_ADDRESS:$port_id". Also be sure that "$cpu_num" surpass the "actor_number" in the configuration file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epann-0.1.dev1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

epann-0.1.dev1-py2.py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page