Skip to content

kaiu85/deepAI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

deepAI

Implementation of deep Active Inference for Artificial General Intelligence, accompagnying the Blog article over at https://kaiu.me/2017/07/11/introducing-the-deep-active-inference-agent/. The code is based on Python 2.7, using Theano for tensor operations.

To install the required components on Ubuntu, you can follow: http://deeplearning.net/software/theano/install_ubuntu.html

To sample from the trained model saved in deepAI_demo_best.pkl, just run

python sample_deepAI_demo.py

To train a new agent, run

python deepAI_demo.py

Note: If you do not change the filename in the script, the existing agent and log-file will be replaced.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages