Hi there.
Running RL-Glue and its associated projects has never been super easy on Windows, but it can be made to work.
If you just need to work with Java projects then I believe you can run everything entirely on regular windows using an IDE like NetBeans or probably Eclipse. Tetris has all the source files so you just need to accompanying libraries to run it.
RL-Library projects use RL-Glue, which has 4 components: RL-Glue, an Agent, an Environment, and an Experiment. If any of these that you are using are written in a language other than Java, you'll have to install Cygwin and install RL-Glue that way, because that method allows components from different languages to talk to each other over sockets. All of the required info to get started should be here:
If everything is in Java, you can get off a bit easy, and run it as a Java program with the Java codec alone.
This example project shows how to do it:
Specifically, this file is a working example of an agent, environment, experiment all written in Java running together without sockets:
Once you have your head wrapped around how it all works it's not intensely complicated, but it is not easy to just explain how to get started over e-mail. I suggest looking at some of the tutorials at
http://library.rl-community.org for some extra step-by-step pointers.
If you have any specific questions please ask this list or
rl-...@googlegroups.com and myself and others will endeavour to help.
--
Brian Tanner
Fire Plan Strategies: We provide fire safety training, planning, signs, and supplies across Canada!
Our business grows by referrals. If you have any associates who may be interested in our services, we would appreciate your referral.
WHEN THE FIRE TRUCKS ROLL, IT'S TOO LATE TO PLAN!
On 2011-11-15, at 3:27 AM, 李光亮 wrote:
Dear Brian Tanner,
I am a phd candidate in University of Amsterdam, and am doing research of reinforcement learning about social behaviors. Right now I am planning to do some experiments on Tetris. So I download the Java-version of Tetris from RL-Library. Because the operating system of my computer is Windows, would you mind telling me how can I compile and run the project on the Windows system?
Thank you for your patience. Looking forward to your reply!
Best regards,
Guangliang Li