https://github.com/embarkstudios/cervo
Utility wrappers for tract
https://github.com/embarkstudios/cervo
Last synced: about 1 year ago
JSON representation
Utility wrappers for tract
- Host: GitHub
- URL: https://github.com/embarkstudios/cervo
- Owner: EmbarkStudios
- License: apache-2.0
- Created: 2022-05-10T19:00:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T14:19:41.000Z (about 1 year ago)
- Last Synced: 2025-06-24T19:14:23.031Z (about 1 year ago)
- Language: Rust
- Size: 9.83 MB
- Stars: 41
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `🧠cervo`
**Wrapper around [tract](https://github.com/sonos/tract) used for ML workloads in our games.**
[](https://embark.dev)
[](https://discord.gg/dAuKfZS)
[](https://github.com/EmbarkStudios/cervo/actions)
Cervo is intended to be a thin wrapper around tract, at a slightly
higher abstraction level and with common utilities we need. While not
a goal, our current use-cases has led to a design centered around
dynamic batching and dictionary inputs for reinforcement-learning
based agents.
As of currently, Cervo offers a set of inferers, noise generators (for
continuous-action/parametrized policies), and a unified asset format.
## Contribution
[](CODE_OF_CONDUCT.md)
We welcome community contributions to this project.
Please read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.
Please also read our [Contributor Terms](CONTRIBUTING.md#contributor-terms) before you make any contributions.
Any contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:
### License
This contribution is dual licensed under EITHER OF
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
For clarity, "your" refers to Embark or any other licensee/user of the contribution.