Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
CNeuroMax
CNeuroMax
  • Installation
  • Execution
  • Contribution
  • cneuromax
    • config
    • fitting
      • config
      • deeplearning
        • config
        • datamodule
          • base
        • litmodule
          • base
          • classification
            • base
          • nnmodule
            • mlp
          • store
        • runner
        • store
        • train
        • utils
          • lightning
      • deeplneuroevo
      • neuroevolution
        • agent
          • base
        • config
        • fit
        • net
          • cpu
            • static
              • rnnfc
        • runner
        • space
          • base
          • reinforcement
        • utils
          • compute
          • evolve
          • exchange
          • initialize
          • readwrite
          • type
          • validate
          • wandb
      • runner
      • store
      • utils
        • hydra
    • projects
      • classify_mnist
        • datamodule
        • datamodule_test
        • litmodule
      • neuroevorl_control
        • agent
        • space
    • runner
    • serving
    • store
    • testing
    • utils
      • beartype
      • gymnasium_test
      • hydra_zen
      • misc
      • mpi4py
      • runner
      • torch
      • wandb
Back to top
View this page

neuroevorl_control¶

Reinforcement Neuroevolution on Control environments project.

class cneuromax.projects.neuroevorl_control.TaskRunner[source]¶

Bases: NeuroevolutionTaskRunner

neuroevorl_control project task runner.

classmethod store_configs(store)[source]¶

Stores Hydra project configs.

Parameters:

store (ZenStore) – See store.

Return type:

None

Submodules

agent

GymAgent & its config.

space

GymReinforcementSpace & its config.

Next
agent
Previous
litmodule
Copyright © 2023, The CNeuroMax Authors
Made with Sphinx and @pradyunsg's Furo
On this page
  • neuroevorl_control
    • TaskRunner
      • TaskRunner.store_configs()