relayrl_env_trait 1.0.0

A small library for defining traits for training and testing environments in the RelayRL framework.
Documentation
  • Coverage
  • 27.27%
    3 out of 11 items documented0 out of 6 items with examples
  • Size
  • Source code size: 5.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 28s Average build duration of successful builds.
  • all releases: 1m 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jrcalgo/RelayRL
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jrcalgo

This module defines traits for training and testing environments in the RelayRL framework. These traits provide a common interface for building observations, running the environment loop, and (in the case of training) calculating performance metrics during model training.

Each trait's methods assume that the necessary variables are set somewhere else, typically in the environment implementation itself, thus the methods are parameterless.