Recent Releases of openelm

openelm - v0.2.1

  • Refactor configs
  • Mutation model API improvements
  • Add Programming Puzzles (P3) environment (thanks @dsctt!)

Contributors:

Thanks to @herbiebradley and @dsctt!

- Python
Published by herbiebradley about 3 years ago

openelm - v0.2.0

Release Notes

  • Rewritten Sodarace simulator.
  • Triton Inference Server support.
  • Diff model support.
  • Deep-Grid MAP-Elites support.
  • Refactored benchmarks for bugfixing tests.
  • Improved configuration for all entry points, in the form of type checked dataclasses.
  • Added build Github Action.
  • Refactored code execution logic for improved safety and the ability to run on a single process without disabling builtins.

Contributors:

Thanks to: @herbiebradley @honglu2875 @harry-stark @shiraeisenberg

- Python
Published by herbiebradley about 3 years ago

openelm - v0.1.7

  • Refactor into source layout, instead of flat layout
  • Improve configs for setuptools
  • Fix docs config and add ReadTheDocs: openelm.readthedocs.io/
  • Add CITATION.cff

- Python
Published by herbiebradley over 3 years ago

openelm - v0.1.6

34 Additional bug fixes for diff model evaluations by @honglu2875

- Python
Published by herbiebradley over 3 years ago

openelm - v0.1.5

  • #29 Diff processing and evaluation by @honglu2875
  • #26 Sandbox improvements and fixes by @TheExGenesis
  • #14 Soft prompting with PPO example by @daia99
  • Other general fixes in #27
  • Rename module to 'openelm'
  • Add Sphinx docs
  • Improve test coverage

- Python
Published by herbiebradley over 3 years ago

openelm - v0.1

What's Changed

  • Prompt Engineering - Benchmarks by @herbiebradley in https://github.com/CarperAI/OpenELM/pull/5
  • Tinygp by @honglu2875 in https://github.com/CarperAI/OpenELM/pull/2
  • MAP-Elites by @reciprocated in https://github.com/CarperAI/OpenELM/pull/1
  • Update map-elites with sodarace interface by @herbiebradley in https://github.com/CarperAI/OpenELM/pull/7
  • Sodaracer Environment by @dmahan93 in https://github.com/CarperAI/OpenELM/pull/6
  • Sodaracers Python Encoding (walk_creator & hand-designed Square, Radial, and CPPN seeds) by @mathyouf in https://github.com/CarperAI/OpenELM/pull/3
  • Build Lego (ELM Basic Interface) by @herbiebradley in https://github.com/CarperAI/OpenELM/pull/9
  • Image gen by @honglu2875 in https://github.com/CarperAI/OpenELM/pull/13
  • Feat/Sandbox by @TheExGenesis in https://github.com/CarperAI/OpenELM/pull/12
  • Add GitHub actions by @herbiebradley in https://github.com/CarperAI/OpenELM/pull/17
  • Create CODEOFCONDUCT.md by @LouisCastricato in https://github.com/CarperAI/OpenELM/pull/19
  • Setting standards & cleanup by @herbiebradley in https://github.com/CarperAI/OpenELM/pull/16
  • Sodarace prompt mutation by @honglu2875 in https://github.com/CarperAI/OpenELM/pull/22

New Contributors

  • @herbiebradley made their first contribution in https://github.com/CarperAI/OpenELM/pull/5
  • @honglu2875 made their first contribution in https://github.com/CarperAI/OpenELM/pull/2
  • @reciprocated made their first contribution in https://github.com/CarperAI/OpenELM/pull/1
  • @dmahan93 made their first contribution in https://github.com/CarperAI/OpenELM/pull/6
  • @mathyouf made their first contribution in https://github.com/CarperAI/OpenELM/pull/3
  • @TheExGenesis made their first contribution in https://github.com/CarperAI/OpenELM/pull/12
  • @LouisCastricato made their first contribution in https://github.com/CarperAI/OpenELM/pull/19

Full Changelog: https://github.com/CarperAI/OpenELM/commits/v0.1

- Python
Published by LouisCastricato over 3 years ago