adderbyte
adderbyte
MWE 1: `x = tf.Variable(0.) ### x is zero` ` with tf.GradientTape() as g: g.watch(x);y = (tf.sqrt(x)) ### watch x and define y to be square root of x `...
this might actually be very helpful to have ... (or links to such notebooks) Best
yes, I already confirmed this ... I have the right version . Ripser installs perfectly too. 10.4.0 for gcc and Cuda 11.1 Does it mean for 11.1 it has to...
ok. I see. Thank you!
Hi, I did not have similar errors. However it is desirable to first run xplane in normal mode. In the normal mode, one need to change certain parameter configuration. For...
Hi, As stated in the readme file under the HeadlessMode folder, you are correct, only that maybe the chmod was not included in the step. But you are absolutely right....
Hi, check this folder https://github.com/adderbyte/GYM_XPLANE_ML/tree/master/XPlane_HeadlessMode_And_DockerFile and the files named `xvb.sh` and `/xvfb.sh`
Hi, If you have licence for each of the instances then there should be no issue and it should definitely be possible. Best
Hi opt12, Thanks for the feedback ! Yes you are right. I ought to have mentioned the changes to be made in XPlane settings before launching in headless mode (it...
Hi, GPU mps might be worth looking at : https://docs.nvidia.com/deploy/mps/index.html Best