RLAI Reinforcement Learning and Artificial Intelligence (RLAI)
Reinforcement Learning Toolkit Subversion Repository

The ambition of this page is to provide information on and links to the code repository for the RL Toolkit. The toolkit is saved in a Subersion repository.

UPDATE: The Toolkit should be downloaded directly instead of from the SVN Repository

The toolkit is available through the RL-List Google Group, under the files section: http://groups.google.com/group/rl-list/files


(stuff below is old but I'm not deleting it unless it doesn't exist elsewhere)


Using Subversion

What is Subversion?

Subversion is a version control system that keeps track of changes to files and directories, allowing multiple users to access and change them. It is based on the CVS versioning system, and is intended to be its successor.

Installing Subversion

You need to have subversion installed on your machine before you can interact with the repository. You can download subversion here: http://subversion.tigris.org/project_packages.html

Subversion Documentation

There is a book about Subversion located here: http://svnbook.red-bean.com/

Quick Instructions for Subversion on our Repository

Our toolkit URL is http://rlai.cs.ualberta.ca:8080/RLtoolkit/

The following instructions work only from a shell window (i.e. terminal on the mac). 
Note: the mac installation of svn puts it into /usr/local/bin. This is not in the default path for the mac (at least on mine), so you may need to add it. If so, make a .login file in your home directory with the following line in it:
    setenv PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"
If someone has a prettier way to handle this (or a nice .login file for macs), please let us know.

To use svn: