| Crates.io | deep_q_network_bindings |
| lib.rs | deep_q_network_bindings |
| version | 0.1.0 |
| created_at | 2022-01-04 19:47:30.531004+00 |
| updated_at | 2022-01-04 19:47:30.531004+00 |
| description | Provides a generator for a deep q-learning network. Allows for random training intervals, and will be updated to a more stable version later. |
| homepage | |
| repository | https://github.com/vidur2/dqn_variable_ratio_test |
| max_upload_size | |
| id | 507974 |
| size | 11,941 |
Project in Rust which is a library for reinforcement learning. Currently trying to implement a variable ratio strategy for training a dqn.