MaFinnity

Results 2 comments of MaFinnity

As mentioned in #91 this worked for me: `conda install -c conda-forge/label/gcc7 qhull` Ubuntu 18.04 Python 3.8.12 conda 4.10.3

Thanks, this trick worked in powershell, so running: `rllib train --algo DQN --env CartPole-v1 --stop '{\"training_iteration\": 30}' --framework tf2` is running for me on windows. It did not work for...