deep_q_network_bindings 0.1.0

Provides a generator for a deep q-learning network. Allows for random training intervals, and will be updated to a more stable version later.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 11.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 323.55 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • vidur2/dqn_variable_ratio_test
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vidur2

dqn_variable_ratio_test

Project in Rust which is a library for reinforcement learning. Currently trying to implement a variable ratio strategy for training a dqn.