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

https://github.com/tanerius/dlsurvivalsimulator

A survival simulator in C++ which uses deep learning for surviving its environment.
https://github.com/tanerius/dlsurvivalsimulator

Last synced: 3 months ago
JSON representation

A survival simulator in C++ which uses deep learning for surviving its environment.

Awesome Lists containing this project

README

          

# Deep Learning Survival Simulator

A survival simulator in C++ which uses deep learning for surviving its environment.

## How to build

- Go to root folder
- `mk build`
- `cd build`
- `cmake -S ..`
- `make`

The to run just :

`./DLSim`