Tutorials

  • jLOAF 1.0 Tutorials: Running a jLOAF agent in a Tetris Simulator
  • Old Tutorials (for the deprecated JIFSA project):
    • Lesson 1: Setting Up a Game of RoboCup Soccer
      • This tutorial will teach you how to run a simulated game of RoboCup soccer. Topics covered include:
        • starting the soccer server and graphical monitor
        • compiling soccer-playing agents and connecting them to the server
        • starting the game
        • running the game over a network
    • Lesson 2: Logging a RoboCup Agent in Windows
      • This tutorial will teach you how to log the communication between an agent and the server. Topics covered include:
        • starting the LogServer
        • connecting an agent to the LogServer
        • modifying the communication ports used by the LogServer
    • Lesson 3: Running an Imitation Agent
      • This tutorial will teach you how to generate case bases and imitation agents from those case bases. Topics covered include:
        • generating case bases with the GUI and from Command Prompt
        • merging case bases
        • generating an imitation agent with the GUI and from Command Prompt
    • Lesson 4: Running a Performance Test on an Agent
      • This tutorial will teach you how to use the performance testing application on an agent. Topic covered include:
        • running the test on an agent using the GUI and Command Prompt