Skip to content

Schola v1.1.1

Latest
Compare
Choose a tag to compare
@kurbeco kurbeco released this 12 May 15:01

What's New in Schola v1.1.1

This minor release of Schola contains bug fixes, and additional documentation.

Bug Fixes

  • Updated Unreal version in documentation
  • Added Python<=3.12 to the requirements list for installing the schola python package.
  • Fixed Bug causing Launch.py to not include tensorboard logging on SB3 even when enabled

Documentation

  • Added Tips and Tricks Page
  • Added detailed documentation on setting up inference
  • Added detailed documentation on running from the CLI (i.e. headless mode)
  • Updated install instructions to more clearly cover using ROCm, and avoid a few possible edge cases

Known Incompatibilities and Issues

  • Models trained with Schola v1.0.0 must be re-exported to ONNX using Schola v1.1+
  • Schola v1.1+ is not compatible with Unreal 5.4
  • RLlib does not support camera observers without an additional wrapper to convert observations to channels last format.

Prerequisites