GymTORAX Logo

Getting Started

  • About Gym-TORAX
    • TORAX in a Nutshell
    • Closing the Loop with Gym-TORAX
    • The Environment Design
    • Additional Features
  • Installation
    • Installing with pip (PyPI)
    • Manual Installation
    • Testing

Additional Resources

  • User Guide
    • RL Users
    • Environment Designers
      • Creation of New Environments
        • Base Environment
        • Abstract Methods
      • Creation of Actions
      • Creation of Observations
      • Creation of Configurations
      • Creation of Rewards
  • Developer Guide
    • TORAX Wrapper
      • torax_app
        • ToraxApp
      • config_loader
        • ConfigLoader
      • torax_plot_helpers
        • create_figure()
        • update_lines()
        • validate_plotdata()
        • load_data()
    • Environment Design
      • Base Environment
        • BaseEnv
      • Action Handling
        • Action Handler
        • Base Action Class
        • Concrete Actions
      • Observation Handling
        • Base Observation Class
        • Concrete Observations
      • Reward Functions
        • get_fusion_gain()
        • get_beta_N()
        • get_tau_E()
        • get_h98()
        • get_q_profile()
        • get_q_min()
        • get_q95()
        • get_s_profile()
    • Other Modules
      • Logging System
        • setup_logging()
        • Logging Configuration
        • Custom Log Levels
      • Visualization and Rendering
        • process_plot_config()
        • Plotter
        • Real-time Visualization
        • TORAX Plot Configuration
  • Example
    • Environment Description
      • Actions
      • Observations
      • Reward
    • Policies
    • Results
    • Configuration Example
  • Citing Gym-TORAX
    • Citation
    • Updates
GymTORAX
  • Search


© Copyright 2024-2026, Antoine Mouchamps, Arthur Malherbe, Adrien Bolland, Damien Ernst.

Built with Sphinx using a theme provided by Read the Docs.