Crates.io | border |
lib.rs | border |
version | 0.0.7 |
source | src |
created_at | 2021-03-13 08:50:01.951689 |
updated_at | 2024-09-01 12:06:36.257965 |
description | Reinforcement learning library |
homepage | |
repository | https://github.com/laboroai/border |
max_upload_size | |
id | 368229 |
size | 515,806 |
A reinforcement learning library in Rust.
Border consists of the following crates:
TensorboardRecorder
struct to write records which can be shown in Tensorboard. It is based on tensorboard-rs.Border is experimental and currently under development. API is unstable.
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.
In docker
directory, there are scripts for running a Docker container, in which you can try the examples described above. Currently, only aarch64
is mainly used for the development.
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-tch-agent
| MIT OR Apache-2.0
border-candle-agent
| MIT OR Apache-2.0
border-policy-no-backend
| MIT OR Apache-2.0
border
| GPL-2.0-or-later