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 console experiment

Running a console experiment is very similar to running a graphical experiment, you need to choose a trainer and an agent.  By default, the trainers are set to run 10 episodes of mountain car.  In order to run Tetris or Helicopter, go into the src/ directory and uncomment the appropriate lines, and then type "make" back in the trainer's home directory.

To run the default mountain car experiment, open two terminal windows:


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

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

You should see an experiment unfold as the sample mountain-car agent learns.

 



 

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.