Quick Software Introduction Print E-mail
Article Index
Quick Software Introduction
Download The Software
Hyper QuickStart
Installation Instructions
What is this package
Running your first graphical experiment
Agents
Trainers (Mountain Car, Tetris, and Helcopter Control)
Running your first console experiment
Next Steps

Running your first graphical experiment

Running your first experiment is as simple as choosing a trainer and an agent and running the run.bash script in each of their directories.  Details about trainers and agents are explained later in this file.

For now, to run a random agent on any of the Java domains, open two terminal windows:

Terminal 1:
$>cd trainers/guiTrainerJava
$>bash run.bash

Terminal 2:
$>cd agents/randomAgentJava
$>bash run.bash

This will bring up the rlVizApp visualization window.  Choose the problem you want to use (GeneralizedMountainCar, GeneralizedTetris, GeneralizedHelicopter, or Polyathalon), press "Load Experiment", and press "Start".  Voila!  You can select the speed of the experiment using the slider bar, or proceed one time-step at a time by pressing "stop" and then "step" repeatedly.

Since you are running the random agent, the experiment is probably not going very well.  To see better results, try running one of the specialized sample agents and matching the environment appropriately.  Notice that if you mismatch the agents and environments (run the mountain car agent on Tetris), the experiment may crash.




 

Login to Message Boards

Separate username & password from team login.





Lost Password?
NOTE: Registration for message boards has been DISABLED because of SPAM. Please e-mail brian@rl-competition.org for an account.