Skip to content

daniil-konovalenko/AgentNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A lightweight library to build and train Deep Reinforcement Learning agents using Theano+Lasagne

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.1%
  • Jupyter Notebook 26.8%
  • Shell 0.1%