Skip to main content
Ctrl+K
Logo image

User guide

  • Installation Instructions
    • With packages (recommended)
    • Using Docker
    • Spack installation
    • From source
  • The Environment
    • Decision problems
      • Observation spaces
      • Rewards
    • Simulations
    • Under the hood
  • Basic Usage
    • Initialization
    • Interacting with gym-DSSAT
    • Preferred usage
    • Seeding and reproducibility
    • Handy attributes
    • Rendering
  • Advanced Usage
    • Creating custom problems
      • Observation space
      • Rewards
      • DSSAT experimental files
      • Limits
    • Handling multiprocessing
  • Tutorials
    • First steps
    • Stable baselines example
    • Custom scenario example
  • Baselines
    • Maize Baseline
    • Cotton Baseline

The Environment

The Environment#

By default gym-DSSAT uses the UFGA8201 maize experiment from the University of Florida, but is usable with any DSSAT experiment using the CERES-Maize module.

  • Decision problems
    • Observation spaces
    • Rewards
    • References
  • Simulations
    • DSSAT
    • Field experiment
    • Weather generator
  • Under the hood

previous

From source

next

Decision problems

By Romain Gautron

© Copyright 2021, Romain Gautron.