/ViennaPS-LibTorch-Example

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

Primary LanguageC++OtherNOASSERTION

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.