Simulations#

DSSAT#

gym-dssat simulations are computed with a modification of the Decision Support System for Agrotechnology Transfer (DSSAT) Fortran software is a crop simulator that is widely recognized by agricultural decision makers, from farmers to researchers. DSSAT has been developped for the last 30 years and is continuously integrating new knowledge. It is used in more than 170 countries around the world. DSSAT internally work on a daily basis, with the integration partial differential equations describing biological, chemical and physical processes at stake [1].

Field experiment#

gym-dssat default problems are based on the UFGA8201 original maize experiment [2]. This experiment has been carried out in 1982 at the University of Florida (Gainesville, FL, USA) and has been used as a reference to develop DSSAT.

Weather generator#

gym-dssat default problems use the WGEN [3] built-in stochastic weather generator. With then argument random_weather=True, a new weather time series is generated for each episode in gym-dssat. WGEN is based on a first-order Markov chain ; the rest of DSSAT’s execution is deterministic. The stochastic weather generator has been parametrized based on more than 50 years of historical weather data from the University of Florida’s experimental farm.

References#