Arcades

Class DataSource

Base abstract class from which inherit to implement any data providing strategy.

Inherits from:

Info:
See also:

Abstract Methods

keyboard_arrow_up
  • reset ()

    Reset provider.

  • update ()

    Move to the next state.

Public Methods

keyboard_arrow_up
  • get_expected_action ()

    Return expected action for the current state.

    Todo:
    • Use DP for polymorph actions.
    Returns:
  • get_state ()

    Get the current state.

    Returns:
  • is_terminal ()

    Get the terminal signal of the current state.

    Returns: