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

Basic Usage

Basic Usage#

gym-DSSAT is as easy to run as any gym environment! In this Section you will see the essential features.

Important

Please consult the Preferred usage section to avoid problems!

  • Initialization
  • Interacting with gym-DSSAT
    • Observations
    • Making action(s)
    • An example of episodic interactions
    • Reseting after an episode ends
    • Graceful termination
  • Preferred usage
  • Seeding and reproducibility
  • Handy attributes
    • env._state and env.observation
    • Histories
  • Rendering
    • State
    • Reward

previous

Under the hood

next

Initialization

By Romain Gautron

© Copyright 2021, Romain Gautron.