OneShotState¶
- class scml.oneshot.OneShotState(exogenous_input_quantity, exogenous_input_price, exogenous_output_quantity, exogenous_output_price, disposal_cost, shortfall_penalty, current_balance)[source]¶
Bases:
object
State of a one-shot agent
Attributes Summary
Current balance of the agent.
Current unit disposal cost
Exogenous input unit price for the current step
Exogenous input quantity for the current step
Exogenous output unit price for the current step
Exogenous output quantity for the current step
Current unit shortfall penalty
Attributes Documentation