Reinforcement Learning - Rust Edition
Find a file
2025-07-31 12:48:43 +01:00
.cargo added flake.nix and wayland support 2025-07-29 16:03:40 +01:00
.vscode Initial commit 2025-07-27 04:49:05 +01:00
src refactor: rename Model to SimpleModel and move it out of cartpole sub-module 2025-07-31 12:48:43 +01:00
.gitignore feat: add model checkpoint saving/loading 2025-07-31 05:07:00 +01:00
Cargo.lock perf: change backend from Wgpu to Candle 2025-07-29 13:48:20 +01:00
Cargo.toml added flake.nix and wayland support 2025-07-29 16:03:40 +01:00
flake.lock added flake.nix and wayland support 2025-07-29 16:03:40 +01:00
flake.nix removed fromToolchainFile 2025-07-29 19:10:04 +01:00
fun.txt Initial commit 2025-07-27 04:49:05 +01:00
rust-toolchain.toml Attempts (failed) at improving compile time, still takes ~20s 2025-07-27 16:29:01 +01:00
timings.txt refactor: clean up Agent average logic 2025-07-29 18:34:45 +01:00
TODO.md Added Raylib rendering 2025-07-28 03:40:29 +01:00