10000 Releases · automl/CARL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: automl/CARL

New version: package upgrades

17 Jun 13:05
Compare
Choose a tag to compare

The only updates are package versioning, most importantly:

brax 0.8.3 -> 0.12.1
gymnasium 0.27 -> 0.29
configspace 0.7 -> 1.2

This required some minor changes in different parts of CARL, but from the user side, they are basically irrelevant. The configspace update slightly changed the interface for normally distributed context, but this is reflected in the examples.

v1.1.0

13 Feb 10:27
f4b51b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

11 Aug 11:59
Compare
Choose a tag to compare

This is a large update:

  • CARL env interface overhaul
  • context spaces & sampling
  • update to gymnasium
  • update to all envs (esp. brax) including packages and context features

Version 0.2.0

12 Jul 10:44
Compare
Choose a tag to compare
  • Integrate dm control environments (#55)
  • Add context masks to only append those to the state (#54)
  • Extend classic control environments to parametrize initial state distributions (#52)
  • Remove RNA environment for maintenance (#61)
  • Fixed pre-commit (mypy, black, flake8, isort) (#62)
0