-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a615aa7
commit 3b9dcba
Showing
1 changed file
with
1 addition
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1 @@ | ||
## Introduction | ||
CropGym is a highly configurable [Python Open AI gym](https://gym.openai.com/) environment to conduct Reinforcement Learning (RL) research for crop management. CropGym is built around [PCSE](https://pcse.readthedocs.io/en/stable/), a well established python library that includes implementations of a variety of crop simulation models. CropGym follows standard gym conventions and enables daily interactions between an RL agent and a crop model. | ||
|
||
## Code | ||
Source code is available at [https://github.com/BigDataWUR/PCSE-Gym](https://github.com/BigDataWUR/PCSE-Gym). | ||
|
||
## Installation instructions | ||
To install a minimalistic version, do the following: | ||
|
||
1. Clone [PCSE](https://github.com/ajwdewit/pcse.git) | ||
2. Clone [CropGym](https://github.com/BigDataWUR/PCSE-Gym) | ||
|
||
The code has been tested using python 3.8.10. | ||
## Example | ||
- [Basic example](tutorials/basic.md) | ||
- [Advanced example](tutorials/customization.md) | ||
|
||
## Use case | ||
A use case is built for nitrogen fertilization in winter wheat. A Jupiter notebook, showing a trained RL agent in action can be found [here](https://colab.research.google.com/github/BigDataWUR/PCSE-Gym/blob/master/notebooks/nitrogen-winterwheat/results_paper.ipynb). | ||
CropGym is a highly configurable [Python Open AI gym](https://gym.openai.com/) environment to conduct Reinforcement Learning (RL) research for crop management. CropGym is built around [PCSE](https://pcse.readthedocs.io/en/stable/), a well established python library that includes implementations of a variety of crop simulation models. Please refer to https://cropgym.ai/ for further information. |