Crates.io | amfiteatr_rl |
lib.rs | amfiteatr_rl |
version | 0.5.0 |
source | src |
created_at | 2024-01-15 18:14:09.782972 |
updated_at | 2024-04-09 17:20:19.059316 |
description | Extensions providing reinforcement learning implementations for `amfiteatr` |
homepage | |
repository | https://github.com/moroviintaas/amfiteatr |
max_upload_size | |
id | 1100577 |
size | 57,282 |
Framework library for reinforcement learning using data model from amfi
crate.
Crate contains traits and generic implementation.
This crate depends on tch
which requires that you have Torch
installed.
Use guide provided by that crate.
For me the procedure looks like this:
torchlib
for C++/Java;
You will get structure like this:/path/to/libtorch
| -- bin
| -- include
| -- lib
| ...
export LIBTORCH=/path/to/torch
export LD_LIBRARY_PATH=/path/to/libtorch/lib
Examples are presented in separate crate - amfiteatr_examples