Steven-Adriaensen
Steven-Adriaensen
Some import in the cma-es environment currently fails on windows. Fix: Only import benchmarks that the user wants to use?
The current SGD benchmark currently (only) supports controlling the learning rate of various optimisers (Adam, Momentum, RMSprop). rather than using the existing pytorch implementations (torch.optim), these optimisers are re-implemented in...
Currently, there is no way to specify that certain actions are only possible in certain states. Clearly one could just give a large penalty, but providing a way to model...