from pydantic import BaseModel from diceplayer.config import PlayerConfig from diceplayer.environment import System class StateModel(BaseModel): config: PlayerConfig system: System current_cycle: int