Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kseen715/labybrain
Simple TF NN to define sud-random directions in 4D
https://github.com/kseen715/labybrain
Last synced: 5 days ago
JSON representation
Simple TF NN to define sud-random directions in 4D
- Host: GitHub
- URL: https://github.com/kseen715/labybrain
- Owner: Kseen715
- License: mit
- Created: 2023-07-27T04:17:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T22:47:56.000Z (over 1 year ago)
- Last Synced: 2024-10-31T04:42:52.337Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 6.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Labybrain
## Description
Labybrain is a simple TF neural network to define sud-random direction for 4D-maze solving. Written in Python 3.11.## Dependencies
- [colorama](https://github.com/tartley/colorama) >= 0.4.6 - for colored output
- [numpy](https://github.com/numpy/numpy) >= 1.24.3 - for matrix operations
- [keras](https://keras.io/) >= 2.13.1 - for neural network
- [tensorflow](https://github.com/tensorflow/tensorflow) >= 2.13.0 - for neural network
- [pandas](https://github.com/pandas-dev/pandas) >= 2.0.2 - for data processing
- [tqdm](https://github.com/tqdm/tqdmhttps://github.com/tqdm/tqdm) >= 4.65.0 - for progress bar
- argparse >= 1.4.0 - for command line arguments## Used in
- [Labybrain-CS](https://github.com/Kseen715/labybrain-cs) - C# implementation of Labybrain
- TIA - game from BSTU about maze in the real BSTU main building