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

An installation guide can be found here

In short,

  • Manual install
    • Install bleeding edge theano/lasagne
    • [sudo] pip install --upgrade https://github.com/yandexdataschool/AgentNet/archive/master.zip
  • Here's the docker container
    • [sudo] docker run -d -p 1234:8888 justheuristic/agentnet
    • 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.

Clone this wiki locally