Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
palaestrAI 3.5.8 documentation
Logo
palaestrAI 3.5.8 documentation
  • Installation and Setup
  • Quickstart Guide
  • Overview: How palaestrAI works
  • Tutorials
    • 1. Getting started: executing a dummy experiment run
    • 2. Using Environments: Playing Tic-Tac-Toe
  • Experiments and Experiment Runs
  • Simulation Flow Control
  • PalaestrAI CLI
  • Experiment Scheduler
  • Experiment Run Documents
  • Access results
  • Runtime Configuration: Tweaking how palaestrAI Executes
  • Using Your Algorithms with palaestrAI
  • Reward
  • Memory
  • Implementing Environments
  • Contributing and Development
  • Internal Architecture
    • 1. Sequence diagram: A sequence diagram showing an experiment run
    • 2. Run governor diagram: A diagram showing the different states of the :class:`~RunGovernor`
    • 3. Event State Machine
  • palaestrAI API
    • palaestrai.agent
    • palaestrai.cli package
    • palaestrai.core package
    • palaestrai.entrypoints package
    • palaestrai.environment package
    • palaestrai.experiment package
    • palaestrai.simulation package
    • palaestrai.store package
    • palaestrai.types package
    • palaestrai.util package
Back to top
View this page

TutorialsΒΆ

  • 1. Getting started: executing a dummy experiment run
    • 1.1. Imports
    • 1.2. Experiment Run Document
    • 1.3. Runtime Config
    • 1.4. Database Initialization
    • 1.5. Experiment Run Execution
    • 1.6. Querying the Store
    • 1.7. Conclusion
  • 2. Using Environments: Playing Tic-Tac-Toe
    • 2.1. Palaestrai Modules Installation
    • 2.2. Imports
    • 2.3. Experiment Run Document
    • 2.4. Runtime Config
    • 2.5. Database Initialization
    • 2.6. Experiment Run Execution
    • 2.7. Querying the Store
    • 2.8. Conclusion
Next
1. Getting Started: Executing a Dummy Experiment Run
Previous
Overview: How palaestrAI works
Copyright © 2019-2025, OFFIS e.V.
Made with Sphinx and @pradyunsg's Furo