Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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