readapt

A Rust reinforcement learning framework.

https://github.com/vagmcs/readapt

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary

Keywords

algorithms machine-learning optimization reinforcement-learning rust
Last synced: 4 months ago · JSON representation ·

Repository

A Rust reinforcement learning framework.

Basic Info
  • Host: GitHub
  • Owner: vagmcs
  • License: mit
  • Language: Rust
  • Default Branch: main
  • Homepage: https://docs.rs/readapt
  • Size: 57.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 2
Topics
algorithms machine-learning optimization reinforcement-learning rust
Created about 1 year ago · Last pushed 5 months ago
Metadata Files
Readme Contributing License Citation Codeowners

README.md

Readapt

crates.io Latest Release Test

Readapt provides a library for reinforcement learning in Rust.

The term readapt signifies an artificial agent caught in a continuous cycle of learning and relearning — persistently stuck in a time loop where it strives to break free by failing and adapting through repeated attempts to achieve a goal.

Contributing

Want to contribute? Read our contributing guide.

License

This project is licensed under the terms of the MIT license.

Owner

  • Name: Evangelos Michelioudakis
  • Login: vagmcs
  • Kind: user
  • Location: Athens
  • Company: @Pollfish

Data Scientist — ML Engineer

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: readapt
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Evangelos
    family-names: Michelioudakis
    email: vagmcs@gmail.com
repository-code: "https://github.com/vagmcs/readapt"
url: "https://docs.rs/readapt"
abstract: >-
  Readapt provides a library for reinforcement learning
  written in Rust.
keywords:
  - machine learning
  - reinforcement learning
  - rust programming language
license: MIT

GitHub Events

Total
  • Create event: 10
  • Issues event: 11
  • Release event: 3
  • Delete event: 7
  • Issue comment event: 1
  • Public event: 1
  • Push event: 31
  • Pull request event: 12
Last Year
  • Create event: 10
  • Issues event: 11
  • Release event: 3
  • Delete event: 7
  • Issue comment event: 1
  • Public event: 1
  • Push event: 31
  • Pull request event: 12

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 15
  • Total Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 15
  • Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Evangelos Michelioudakis v****s@g****m 15

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • vagmcs (7)
Pull Request Authors
  • vagmcs (7)
  • dependabot[bot] (2)
Top Labels
Issue Labels
ci (2) enhancement (1) documentation (1) bug (1)
Pull Request Labels
enhancement (3) dependencies (2) rust (2) build (2) fix (1) documentation (1)

Packages

  • Total packages: 1
  • Total downloads:
    • cargo 873 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
crates.io: readapt

A reinforcement learning library

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 873 Total
Rankings
Dependent repos count: 21.1%
Dependent packages count: 27.9%
Average: 47.9%
Downloads: 94.7%
Maintainers (1)
Last synced: 4 months ago

Dependencies

Cargo.lock cargo
  • autocfg 1.4.0
  • byteorder 1.5.0
  • cfg-if 1.0.0
  • getrandom 0.2.15
  • libc 0.2.161
  • libm 0.2.8
  • num-traits 0.2.19
  • ppv-lite86 0.2.20
  • proc-macro2 1.0.89
  • quote 1.0.37
  • rand 0.8.5
  • rand_chacha 0.3.1
  • rand_core 0.6.4
  • rand_distr 0.4.3
  • syn 2.0.85
  • unicode-ident 1.0.13
  • wasi 0.11.0+wasi-snapshot-preview1
  • zerocopy 0.7.35
  • zerocopy-derive 0.7.35
Cargo.toml cargo