paper-with-me

Papers

A Comparative Study of Deep Reinforcement Learning for Crop Production Management

2024-11-06 · Joseph Balderas, Dong Chen, Yanbo Huang, Li Wang, Ren-cang Li

Crop production management is essential for optimizing yield and minimizing a field's environmental impact to crop fields, yet it remains challenging due to the complex and stochastic processes involved. Recently, researchers have turned to machine learning to address these complexities. Specifically, reinforcement learning (RL), a cutting-edge approach designed to learn optimal decision-making strategies through trial and error in dynamic environments, has emerged as a promising tool for developing adaptive crop management policies. RL models aim to optimize long-term rewards by continuously interacting with the environment, making them well-suited for tackling the uncertainties and variability inherent in crop management. Studies have shown that RL can generate crop management policies that compete with, and even outperform, expert-designed policies within simulation-based crop models. In the gym-DSSAT crop model environment, one of the most widely used simulators for crop management, proximal policy optimization (PPO) and deep Q-networks (DQN) have shown promising results. However, these methods have not yet been systematically evaluated under identical conditions. In this study, we evaluated PPO and DQN against static baseline policies across three different RL tasks, fertilization, irrigation, and mixed management, provided by the gym-DSSAT environment. To ensure a fair comparison, we used consistent default parameters, identical reward functions, and the same environment settings. Our results indicate that PPO outperforms DQN in fertilization and irrigation tasks, while DQN excels in the mixed management task. This comparative analysis provides critical insights into the strengths and limitations of each approach, advancing the development of more effective RL-based crop management strategies.

📄 PDF Abstract BibTeX arXiv:2411.04106

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningManagementReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Integrating Reinforcement Learning and Large Language Models for Crop Production Process Management Optimization and Control through A New Knowledge-Based Deep Learning Paradigm

2024-10-13 · Dong Chen, Yanbo Huang

Efficient and sustainable crop production process management is crucial to meet the growing global demand for food, fuel, and feed while minimizing environmental impacts. Traditional crop management practices, often deve…

ManagementOffline RLReinforcement Learning (RL)

Optimizing Nitrogen Management with Deep Reinforcement Learning and Crop Simulations

2022-04-21 · Jing Wu, Ran Tao, Pan Zhao, Nicolas F. Martin 외

Nitrogen (N) management is critical to sustain soil fertility and crop production while minimizing the negative environmental impact, but is challenging to optimize. This paper proposes an intelligent N management system…

Deep Reinforcement LearningManagementreinforcement-learningReinforcement Learning+1

AgGym: An agricultural biotic stress simulation environment for ultra-precision management planning

2024-09-01 · Mahsa Khosravi, Matthew Carroll, Kai Liang Tan, Liza Van der Laan 외

Agricultural production requires careful management of inputs such as fungicides, insecticides, and herbicides to ensure a successful crop that is high-yielding, profitable, and of superior seed quality. Current state-of…

Deep Reinforcement LearningManagementReinforcement Learning (RL)

CROPS: A Deployable Crop Management System Over All Possible State Availabilities

2024-11-09 · Jing Wu, Zhixin Lai, ShengJie Liu, Suiyao Chen 외

Exploring the optimal management strategy for nitrogen and irrigation has a significant impact on crop yield, economic profit, and the environment. To tackle this optimization challenge, this paper introduces a deployabl…

AllManagementReinforcement Learning (RL)

A framework for model-assisted T x E x M exploration in maize

2022-06-06 · Jennifer Hsiao, Soo-Hyung Kim, Dennis J. Timlin, Nathaniel D. Mueller 외

Breeding for new crop characteristics and adjusting management practices are critical avenues to mitigate yield loss and maintain yield stability under a changing climate. However, identifying high-performing plant trait…

Management