|
Quick Software Introduction |
|
|
|
Page 9 of 10 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.
|