Nihat Engin Toklu
Nihat Engin Toklu
Hi @miguelgondu, Thanks for trying out EvoTorch, for the issue report, and for the suggestions! I should be able to identify the places (like the line you pointed out) where...
Hello turian, Thank you for your question, and for trying out EvoTorch! These algorithms support bounded problems: - GeneticAlgorithm (see: https://docs.evotorch.ai/v0.5.1/reference/evotorch/algorithms/ga/#evotorch.algorithms.ga.GeneticAlgorithm) - Cosyne (see: https://docs.evotorch.ai/v0.5.1/reference/evotorch/algorithms/ga/#evotorch.algorithms.ga.Cosyne) - PyCMAES (which is an...
Hello @roger-creus, thank you for your interest in EvoTorch, and for your question! The action clipping wrapper is added onto the result of the `to_policy()` method to make sure that...
Hello @RuizSerra! Thank you for your interest in EvoTorch, and for this issue. Just now I checked this code with a freshly installed Python environment and EvoTorch. It did work...
Hello @Duxo, Thank you very much for this very helpful feedback! Pull request addressing this issue is here: https://github.com/nnaisense/evotorch/pull/111 Feel free to let us know whether or not this pull...