https://github.com/jecolasurdo/reinforcement-learning-rust
Implementation of reinforcement learning processes in Rust.
https://github.com/jecolasurdo/reinforcement-learning-rust
qlearning reinforcement-learning
Last synced: about 1 month ago
JSON representation
Implementation of reinforcement learning processes in Rust.
- Host: GitHub
- URL: https://github.com/jecolasurdo/reinforcement-learning-rust
- Owner: jecolasurdo
- License: agpl-3.0
- Created: 2020-11-14T07:08:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T19:08:24.000Z (over 5 years ago)
- Last Synced: 2025-10-30T20:57:04.895Z (8 months ago)
- Topics: qlearning, reinforcement-learning
- Language: Rust
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
Reinforcement Learning Rust (rlr)
=
A small reinforcement-learning framework.