Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.
justheuristic edited this page May 4, 2016 · 4 revisions

AgentNet

A lightweight library to build and train neural networks for reinforcement learning using Theano+Lasagne

Build Status Gitter

Installation

Here's an installation guide

In short,

Manual install

  1. Install bleeding edge theano/lasagne
  2. [sudo] pip install --upgrade https://github.com/yandexdataschool/AgentNet/archive/master.zip
  1. install Docker,
  2. make sure docker daemon is running (sudo service docker start)
  3. make sure no application is using port 1234 (this is the default port that can be changed)
  4. [sudo] docker run -d -p 1234:8888 justheuristic/agentnet
  5. Access via localhost:1234 or whatever port you chose

Documentation and tutorials

AgentNet is using embedded documentation, so calling help(some_function_or_object) or pressing shift+tab in Ipython will yield description of what that thing is supposed to do.

A standard pipeline of AgentNet experiment can be found among examples

Demos

If you wish to get acquainted with the current library state, view some of the ./examples

If you wish to join the development, we would be eager to accept your help. Current priority development anchors are maintained at the bottom of this readme.