logo
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

Ok(true) if we can connect to hive

Lists all running experiments on the hive server.

Type Definitions

A handle to a future on the engine-side.