AIJul 7, 2022

gym-DSSAT: a crop model turned into a Reinforcement Learning environment

arXiv:2207.03270v429 citationsh-index: 27Has Code
Originality Synthesis-oriented
AI Analysis

This provides a tool for researchers in agriculture and AI to simulate and optimize crop management decisions, though it is incremental as it adapts an existing simulator.

The authors tackled the problem of applying reinforcement learning to realistic crop management by creating gym-DSSAT, an open-source RL environment based on the high-fidelity DSSAT crop simulator, and reported preliminary results suggesting RL can improve sustainability in fertilization and irrigation practices.

Addressing a real world sequential decision problem with Reinforcement Learning (RL) usually starts with the use of a simulated environment that mimics real conditions. We present a novel open source RL environment for realistic crop management tasks. gym-DSSAT is a gym interface to the Decision Support System for Agrotechnology Transfer (DSSAT), a high fidelity crop simulator. DSSAT has been developped over the last 30 years and is widely recognized by agronomists. gym-DSSAT comes with predefined simulations based on real world maize experiments. The environment is as easy to use as any gym environment. We provide performance baselines using basic RL algorithms. We also briefly outline how the monolithic DSSAT simulator written in Fortran has been turned into a Python RL environment. Our methodology is generic and may be applied to similar simulators. We report on very preliminary experimental results which suggest that RL can help researchers to improve sustainability of fertilization and irrigation practices.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes