Skip to content

Compiling C++ AlphaZero and DQN #1013

Answered by lanctot
madzai asked this question in Q&A
Discussion options

You must be logged in to vote

Oh sorry for the late reply!

The Windows installation does not load in global_variables.sh as that is a bash script (intended for Linux and MacOS only).

You would have to set those environment variables manually. (I assume there is a way to do this as part of your build in Visual Studio.)

Before that, you would also need to run the equivalent of what install.sh does to install both libnop and LibTorch in the proper places. This should not be too bad; they are just git clones or downloading of the .zip file, but you'd have to look into the script.

Apologies -- we have very little support in Windows and only the basic setups have been tested (and barely). I don't think I even tried any opti…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lanctot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Windows This is about support on the Windows platform
2 participants