-
Notifications
You must be signed in to change notification settings - Fork 71
Installing AgentNet
At this point AgentNet is supported for Linux and Mac OS.
We also provide a platform-agnostic Docker installation option
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
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)
[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.
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.