Skip to content

BasVolkers/rust-qlearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Q Learning with python bindings

This library is an implementation of Q learning, with containing python bindings.

Installation

Build the repository with maturin:

maturin build -r --strip

Alternatively, you can also download the .whl file from the releases instead of building it yourself Install the wheel using pip:

pip install target/wheels/rust_q-0.1.0-cp37-abi3-manylinux_2_34_x86_64.whl

About

A rust library for Qlearning with python bindings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages