| DecisionTreeSearch |
Depth-limited decision tree search utility for simulation outcomes.
|
| DecisionTreeSearch.Result |
Search output for the root decision.
|
| SimulationAction |
Player action used by the simulation tick.
|
| SimulationDecisionAdapter |
Converts decision-tree simulation results into executable in-game movement and interaction actions.
|
| SimulationDecisionAdapter.ExecutableAction |
Runtime action payload translated from a simulation decision.
|
| SimulationEngine |
Generic Old School RuneScape simulation engine designed for high-frequency decision search.
|
| SimulationNpcSnapshot |
Immutable snapshot of a RuneLite NPC at a single game tick.
|
| SimulationSnapshot |
Immutable RuneLite-compatible snapshot used as the root input for fast simulations.
|
| SimulationSnapshotService |
Captures an immutable, RuneLite-compatible snapshot directly from the live game state.
|
| SimulationState |
Mutable simulation state optimized for rapid cloning and stepping.
|