r2l-core 0.0.3

A rust reinforcement learning library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# r2l-core

Core traits and data types shared by the `r2l` reinforcement-learning
workspace.

This crate defines environments and spaces, backend-neutral tensors, actors,
policies, learning modules, trajectory buffers, and the generic on-policy
training loop. It intentionally does not provide a complete end-user training
configuration; use [`r2l`](https://crates.io/crates/r2l) for high-level
PPO and A2C builders.

API documentation is available on
[docs.rs](https://docs.rs/r2l-core/0.0.3/r2l_core/).