logo

Module ark_api::ml

source · []
Expand description

👾 Machine Learning API

API for machine learning - more specifically, Hive-style reinforcement learning.

Supports training/inferring through Hive and inferring through Tract, a Rust inference framework.

Structs

A machine learning context. Takes batches of observations, and produces corresponding batches of actions.
A variable length string that can be up to N bytes long.

Enums

Type used to describe a data object created using either create_data or by the host.

Functions

Type Definitions

A handle to a future on the engine-side.