PathmindAI / nativerl

Train reinforcement learning agents using AnyLogic or Python-based simulations
Apache License 2.0
19 stars 4 forks source link

Building NativeRL issues #526

Open jacques-serfontein opened 9 months ago

jacques-serfontein commented 9 months ago

Hi there,

I am having an issue with building NativeRL. I have followed the instructions and gotten up to the "mvn clean install -Djavacpp.platform.custom -Djavacpp.platform.linux-x86_64 -Djavacpp.platform.macosx-x86_64 -Djavacpp.platform.windows-x86_64" call, but it results in the following error:

image

After looking this issue up, it seems that the header files should be using "#include " to allow for the runtime_error function to be called. However, it seems these header files get regenerated each time I try the mvn function call. Is there a root file that instantiates what the header functions should include (or something along the lines of this)?

Thanks