Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goktug97/estorch
Evolution Strategy Library
https://github.com/goktug97/estorch
evolution-strategies evolution-strategy-library evolutionary-algorithms mpi neural-network parallel-computing pytorch reinforcement-learning
Last synced: 6 days ago
JSON representation
Evolution Strategy Library
- Host: GitHub
- URL: https://github.com/goktug97/estorch
- Owner: goktug97
- License: mit
- Created: 2020-05-13T20:37:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T19:18:38.000Z (over 4 years ago)
- Last Synced: 2024-11-07T09:07:20.119Z (10 days ago)
- Topics: evolution-strategies, evolution-strategy-library, evolutionary-algorithms, mpi, neural-network, parallel-computing, pytorch, reinforcement-learning
- Language: Python
- Homepage: https://estorch.readthedocs.io
- Size: 61.5 KB
- Stars: 55
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Evolution Strategy Library
=======================================================ESTorch is an Evolution Strategy Library built around PyTorch.
## Installation
```bash
pip install estorch
```## Documentation
https://estorch.readthedocs.io/
## Usage
Please refer to [examples](https://github.com/goktug97/estorch/blob/master/examples)
## License
estorch is licensed under the MIT License.