Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Installing AgentNet

justheuristic edited this page May 4, 2016 · 5 revisions

Installing AgentNet

At this point AgentNet is supported for Linux and Mac OS.

We also provide a platform-agnostic Docker installation option

Linux and Mac OS Installation

This far the instalation was only tested on Ubuntu, yet an experienced user is unlikely to have problems installing it onto other Linux or Mac OS Machine Currently the minimal dependencies are bleeding edge Theano and Lasagne. You can find a guide to installing them here

If you have both of them, you can install agentnet with these commands

 git clone https://github.com/justheuristic/AgentNet
 cd AgentNet
 python setup.py install

Docker installation

This installation contains an installation of AgentNet, along with latest Theano and Lasagne libraries.

We use Yandex REP container to provide data analysis tools (Jupyter, Matplotlib, Pandas, etc)

To download/run the container, run
  • [sudo] docker run -d -p 1234:8888 justheuristic/agentnet:develop
  • Jupyter will now be available at localhost:1234
  • You can replace 1234 with whatever port you want it on.

Windows installation

We recommend running the docker container, using docker-machine (see docker install above).

Technically if you managed to get Lasagne working on Windows, you can follow the Linux instruction. However, we cannot guarantee that this will work consistently.

Clone this wiki locally