yozoon / ViennaPS-LibTorch-Example

A simple example demonstrating the use of a neural network built on top of LibTorch as a ValueEstimator in ViennaPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViennaPS-LibTorch-Example

Compilation

To build the executable run the following commands:

git clone https://github.com/yozoon/ViennaPS-LibTorch-Example.git
cd ViennaPS-LibTorch-Example/
mkdir build && cd build
cmake ..
make

When make is executed for the first time, the dependencies are automatically built.

About

A simple example demonstrating the use of a neural network built on top of LibTorch as a ValueEstimator in ViennaPS

License:Other


Languages

Language:C++ 37.0%Language:Python 35.3%Language:CMake 22.5%Language:Shell 5.2%