Code Monkey home page Code Monkey logo

rl-glue's Introduction

=========================
RL-Glue Distribution
=========================
This project is licensed under the Apache 2 license. Check LICENSE-2.0.txt for more info. To paraphrase, you can use this code how you see fit.

----------------------------
Documentation
----------------------------

You should probably look at the overview and technical manuals for this project. They are in:
docs/Glue-Overview.pdf
docs/TechnicalManual.pdf


For the full RL-Glue Documentation, please visit RL-Glue's public home:
http://glue.rl-community.org

----------------------------
Super short introduction to RL-Glue
----------------------------
Each run with RL-Glue will use four components: the glue, an environment program, an agent program, and an experiment program.  In the most general case, each of these components is a separate process and they all communicate through the glue using network sockets.

To make this work, you're going to need some sort of C compiler.

This code is tested on Linux, Mac OS X, and Cygwin.

----------------------------
Getting Started
----------------------------
This project is built with GNU autotools, so you should just need to do:
	$>./configure
	$>make
	$>sudo make install
	
This will install the necessary libraries, binaries, and headers to:
	/usr/local/lib
	/usr/local/bin
	/usr/local/includes/rlglue
	
If you don't have sudo priviledges or you would like to install them somewhere else (Ex: your home directory):
	$>./configure --prefix=/path/to/your/home/directory         EG: /home/Users/btanner
	$>make
	$>make install



rl-glue's People

Contributors

btanner avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.