https://github.com/butanium/yaalp
https://github.com/butanium/yaalp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/butanium/yaalp
- Owner: Butanium
- License: mit
- Created: 2022-10-25T13:45:51.000Z (over 3 years ago)
- Default Branch: rust-yaalp
- Last Pushed: 2023-09-15T14:08:32.000Z (over 2 years ago)
- Last Synced: 2024-08-25T18:51:00.340Z (over 1 year ago)
- Language: Rust
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yaalp
Yet Another Artificial Life Project
## Requirements
In order to run this project, you need to have [Rust](https://www.rust-lang.org/tools/install) and the `LibTorch` library installed. Follow the instructions on the [tch-rust repo](https://github.com/LaurentMazare/tch-rs) to install `LibTorch`. For Linux installation, make sure to choose the `cxx11 ABI` and not the `Pre-cxx11 ABI` on the PyTorch website.
## Usage
To run the project, clone the repository and use `cargo run`.