border

Crates.ioborder
lib.rsborder
version0.0.8
created_at2021-03-13 08:50:01.951689+00
updated_at2025-05-17 09:08:21.226669+00
descriptionReinforcement learning library
homepage
repositoryhttps://github.com/laboroai/border
max_upload_size
id368229
size25,526
Taku Yoshioka (taku-y)

documentation

README

Border

A reinforcement learning library in Rust.

CI Latest version Documentation License

Border consists of the following crates:

Status

Border is experimental and currently under development. API is unstable.

Examples

There are some example sctipts in border/examples directory. These are tested in Docker containers, speficically the one in aarch64 directory on M2 Macbook air. Some scripts take few days for the training process, tested on Ubuntu22.04 virtual machine in GPUSOROBAN, a computing cloud.

Docker

You can find Docker container scripts for developing these crates in the following repository: https://github.com/taku-y/dev-border.

License

Crates License

border-core | MIT OR Apache-2.0 border-tensorboard | MIT OR Apache-2.0 border-mlflow-tracking | MIT OR Apache-2.0 border-async-trainer | MIT OR Apache-2.0 border-py-gym-env | MIT OR Apache-2.0 border-atari-env | GPL-2.0-or-later border-minari | MIT OR Apache-2.0 border-tch-agent | MIT OR Apache-2.0 border-candle-agent | MIT OR Apache-2.0 border-policy-no-backend| MIT OR Apache-2.0

Commit count: 1335

cargo fmt