#reinforcement-learning #model #game-theory #player #theory #game #data-model

amfiteatr_rl

Extensions providing reinforcement learning implementations for amfiteatr

7 releases (4 breaking)

0.5.0 Apr 9, 2024
0.4.1 Apr 2, 2024
0.3.0 Mar 11, 2024
0.2.1 Feb 7, 2024
0.1.0 Jan 15, 2024

#133 in Simulation

Download history 10/week @ 2024-01-12 1/week @ 2024-01-19 15/week @ 2024-02-02 29/week @ 2024-02-16 23/week @ 2024-02-23 6/week @ 2024-03-01 156/week @ 2024-03-08 20/week @ 2024-03-15 198/week @ 2024-03-29 154/week @ 2024-04-05 21/week @ 2024-04-12

373 downloads per month
Used in 3 crates

Custom license

300KB
5K SLoC

AmfiRL

Framework library for reinforcement learning using data model from amfi crate. Crate contains traits and generic implementation.

Torch dependency

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:

  1. Unpacking compiled torchlib for C++/Java; You will get structure like this:
/path/to/libtorch
                | -- bin
                | -- include
                | -- lib
                | ...
  1. Set your environment variables:
export LIBTORCH=/path/to/torch
export LD_LIBRARY_PATH=/path/to/libtorch/lib

Examples

Examples are presented in separate crate - amfiteatr_examples

Licence: MIT


lib.rs:

AmfiRL

Framework library for reinforcement learning using data model from amfiteatr. Crate contains traits and generic implementation.

Examples

Examples are presented in separate crate - amfiteatr_examples

Licence: MIT

Dependencies

~12MB
~252K SLoC